merge-requests/8/head
Bob Mottram 2021-01-11 20:46:57 +00:00
parent bcfba50553
commit 007ef0ccad
1 changed files with 2 additions and 2 deletions

View File

@ -181,7 +181,7 @@ def htmlAccountInfo(cssCache: {}, translate: {},
infoForm += \
'<p>' + \
translate['Receives posts from the following accounts'] + \
'</p>\n'
':</p>\n'
for actor in blockedFollowing:
followingNickname = getNicknameFromActor(actor)
followingDomain, followingPort = getDomainFromActor(actor)
@ -199,7 +199,7 @@ def htmlAccountInfo(cssCache: {}, translate: {},
infoForm += \
'<p>' + \
translate['Sends out posts to the following accounts'] + \
'</p>\n'
':</p>\n'
for actor in blockedFollowers:
followerNickname = getNicknameFromActor(actor)
followerDomain, followerPort = getDomainFromActor(actor)