From a595567181017f2cf4724b52982f3d0b209b096e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Dec 2020 22:10:32 +0000 Subject: [PATCH] Some vertical padding --- webapp_hashtagswarm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index 539448022..c1a24e4f3 100644 --- a/webapp_hashtagswarm.py +++ b/webapp_hashtagswarm.py @@ -246,7 +246,7 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {}, htmlStr = htmlHeaderWithExternalStyle(cssFilename) htmlStr += '
' - htmlStr += '
' + htmlStr += '



' htmlStr += '

' htmlStr += translate['Category'] + ': ' + categoryStr + '

'