diff --git a/webinterface.py b/webinterface.py index 5ed009cf..8924e89f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1387,7 +1387,7 @@ def individualFollowAsHtml(translate: {}, \ return \ '
\n' \ '' \ - '

\n'+ \ + '

\n'+ \ titleStr+''+buttonsStr+'

' \ '
\n' @@ -1839,7 +1839,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ '' \ '' + '" alt=""'+avatarPosition+'/>' else: titleStr+=' @'+announceNickname+'@'+announceDomain+'' else: @@ -1878,7 +1878,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ '' \ '' + '" alt=""'+avatarPosition+'/>' else: titleStr+=' @'+replyNickname+'@'+replyDomain+'' else: @@ -2002,7 +2002,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ avatarImageInPost= \ '
' \ ' ' \ - ' ' \ + ' ' \ '
' if showAvatarOptions and fullDomain+'/users/'+nickname not in postActor: