Extra line

main
Bob Mottram 2020-12-02 19:46:48 +00:00
parent e6778854f4
commit fcabcabb8f
1 changed files with 1 additions and 1 deletions

View File

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