forked from indymedia/epicyon
Show repeat icon on hashtags
parent
b7ccf1c9bf
commit
b8b720ccad
|
@ -441,7 +441,9 @@ def htmlHashtagSearch(nickname: str,domain: str,port: int, \
|
||||||
nickname,domain,port,postJsonObject, \
|
nickname,domain,port,postJsonObject, \
|
||||||
None,True,allowDeletion, \
|
None,True,allowDeletion, \
|
||||||
httpPrefix,projectVersion,'search', \
|
httpPrefix,projectVersion,'search', \
|
||||||
False,showIndividualPostIcons,False,False,False)
|
showIndividualPostIcons, \
|
||||||
|
showIndividualPostIcons, \
|
||||||
|
False,False,False)
|
||||||
index+=1
|
index+=1
|
||||||
|
|
||||||
if endIndex<noOfLines-1:
|
if endIndex<noOfLines-1:
|
||||||
|
|
Loading…
Reference in New Issue