forked from indymedia/epicyon
Reverse direction
parent
3203cffb99
commit
c560466068
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue