diff --git a/webinterface.py b/webinterface.py
index 2499ff09..5ed009cf 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -1387,7 +1387,7 @@ def individualFollowAsHtml(translate: {}, \
return \
'
\n'
@@ -1839,7 +1839,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
'' \
'
'
+ '" '+avatarPosition+'/>'
else:
titleStr+='
@'+announceNickname+'@'+announceDomain+''
else:
@@ -1878,7 +1878,7 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
'' \
'
'
+ '" '+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: