diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index cb2a72adb..96eb10455 100644 --- a/webapp_hashtagswarm.py +++ b/webapp_hashtagswarm.py @@ -245,10 +245,10 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {}, htmlStr = htmlHeaderWithExternalStyle(cssFilename) + htmlStr += '
' htmlStr += '
' htmlStr += '

' htmlStr += categoryStr + '

' - htmlStr += '' htmlStr += '
' + htmlStr += '
' htmlStr += htmlFooter() return htmlStr