From 520e9db2766224269a08569cf6a11c4d11463839 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Dec 2020 21:51:14 +0000 Subject: [PATCH] Center --- webapp_hashtagswarm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index 4025cec24..c51e804b7 100644 --- a/webapp_hashtagswarm.py +++ b/webapp_hashtagswarm.py @@ -245,6 +245,7 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {}, htmlStr = htmlHeaderWithExternalStyle(cssFilename) + htmlStr += '
' htmlStr += '

' + categoryStr + '

' hashtagsDict = getHashtagCategories(baseDir, categoryStr) @@ -256,5 +257,6 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {}, '' + tagName + '\n' + htmlStr += '
' htmlStr += htmlFooter() return htmlStr