forked from indymedia/epicyon
Include content warning script in hashtag search
parent
96c05284b7
commit
c3b98a0497
|
@ -380,6 +380,7 @@ def htmlHashtagSearch(domain: str,port: int, \
|
|||
endIndex=0
|
||||
|
||||
hashtagSearchForm=htmlHeader(cssFilename,hashtagSearchCSS)
|
||||
hashtagSearchForm+='<script>'+contentWarningScript()+'</script>'
|
||||
hashtagSearchForm+='<center><h1>#'+hashtag+'</h1></center>'
|
||||
if startIndex!=len(lines)-1:
|
||||
# previous page link
|
||||
|
|
Loading…
Reference in New Issue