Allow for single hashtags

main
Bob Mottram 2019-12-17 10:08:06 +00:00
parent d57ba31279
commit b705c99521
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ def htmlHashtagSearch(nickname: str,domain: str,port: int, \
iconsDir+'/pageup.png" title="'+translate['Page up']+ \ iconsDir+'/pageup.png" title="'+translate['Page up']+ \
'" alt="'+translate['Page up']+'"></a></center>' '" alt="'+translate['Page up']+'"></a></center>'
index=startIndex index=startIndex
while index<endIndex: while index<=endIndex:
postId=lines[index].strip('\n') postId=lines[index].strip('\n')
if ' ' not in postId: if ' ' not in postId:
nickname=getNicknameFromActor(postId) nickname=getNicknameFromActor(postId)