diff --git a/webinterface.py b/webinterface.py index bbad2657..7f4c1b63 100644 --- a/webinterface.py +++ b/webinterface.py @@ -766,6 +766,12 @@ def htmlHashtagSearch(nickname: str, domain: str, port: int, hashtagSearchForm += '
\n' + \ '

#' + hashtag + '

\n' + '
\n' + # RSS link for hashtag feed + hashtagSearchForm += '
' + hashtagSearchForm += 'RSS 2.0
' + if startIndex > 0: # previous page link hashtagSearchForm += \