diff --git a/webinterface.py b/webinterface.py index 7a92030d..6130a695 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3775,11 +3775,10 @@ def htmlHashTagCloud(baseDir: str,path: str) -> str: if not tagCloud: return '' tagCloud.sort() - tagCloudHtml='
'+htmlHashTagCloud(baseDir,path)+'
' followStr+=' ' followStr+=' ' - followStr+=''+htmlHashTagCloud(baseDir,path)+'
' followStr+='' followStr+=htmlFooter() return followStr