From 4e2dc12a536016dd3b8237f4415e6bcab18ad15c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Dec 2019 20:48:30 +0000 Subject: [PATCH] Hashtag list style --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index b01c5acb..519be4ac 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3809,7 +3809,7 @@ def htmlSearch(translate: {}, \ followStr+=' ' followStr+=' ' followStr+=' ' - followStr+=htmlHashTagCloud(baseDir,path) + followStr+='

'+htmlHashTagCloud(baseDir,path)+'

' followStr+=' ' followStr+='' followStr+=htmlFooter()