Remove line

merge-requests/8/head
Bob Mottram 2020-12-02 20:22:33 +00:00
parent 7254c05d81
commit dd796e84ae
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str, translate: {}) -> str:
categorySwarmStr += \
'<a href="' + actor + '/category/' + categoryStr + \
'" class="hashtagswarm"><b>' + categoryStr + '</b></a>\n'
categorySwarmStr += '<br><br>\n'
categorySwarmStr += '<br>\n'
# swarm of tags
tagSwarmStr = ''