diff --git a/webinterface.py b/webinterface.py index 7ae0865b..762b7f67 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6118,7 +6118,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str) -> str: for tagName in tagSwarm: tagSwarmStr += \ '' + tagName + ' ' + '" class="hashtagswarm">' + tagName + '\n' ctr += 1 tagSwarmHtml = tagSwarmStr.strip() + '\n' return tagSwarmHtml