Include content warning script in hashtag search

main
Bob Mottram 2019-12-12 22:36:59 +00:00
parent 96c05284b7
commit c3b98a0497
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ def htmlHashtagSearch(domain: str,port: int, \
endIndex=0 endIndex=0
hashtagSearchForm=htmlHeader(cssFilename,hashtagSearchCSS) hashtagSearchForm=htmlHeader(cssFilename,hashtagSearchCSS)
hashtagSearchForm+='<script>'+contentWarningScript()+'</script>'
hashtagSearchForm+='<center><h1>#'+hashtag+'</h1></center>' hashtagSearchForm+='<center><h1>#'+hashtag+'</h1></center>'
if startIndex!=len(lines)-1: if startIndex!=len(lines)-1:
# previous page link # previous page link