Extra vertical space

main
Bob Mottram 2021-01-10 23:11:32 +00:00
parent 926f387b93
commit 300c192fd5
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ def htmlAccountInfo(cssCache: {}, translate: {},
infoForm += '<div class="accountInfoDomains">\n' infoForm += '<div class="accountInfoDomains">\n'
infoForm += '<h1>' + translate['Blocked followers'] + '</h1>\n' infoForm += '<h1>' + translate['Blocked followers'] + '</h1>\n'
for actor in blockedFollowers: for actor in blockedFollowers:
infoForm += '<a href="' + actor + '">' + actor + '</a><br>\n' infoForm += '<a href="' + actor + '">' + actor + '</a><br><br>\n'
infoForm += '</div>\n' infoForm += '</div>\n'
infoForm += htmlFooter() infoForm += htmlFooter()