mirror of https://gitlab.com/bashrc2/epicyon
Extra vertical space
parent
926f387b93
commit
300c192fd5
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue