Line endings

main
Bob Mottram 2020-07-28 11:35:56 +01:00
parent 8dddeb9180
commit 336b3735a6
1 changed files with 1 additions and 1 deletions

View File

@ -6118,7 +6118,7 @@ def htmlHashTagSwarm(baseDir: str, actor: str) -> str:
for tagName in tagSwarm:
tagSwarmStr += \
'<a href="' + actor + '/tags/' + tagName + \
'" class="hashtagswarm">' + tagName + '</a> '
'" class="hashtagswarm">' + tagName + '</a>\n'
ctr += 1
tagSwarmHtml = tagSwarmStr.strip() + '\n'
return tagSwarmHtml