diff --git a/webapp_post.py b/webapp_post.py
index dc9800488..dd4c9a24b 100644
--- a/webapp_post.py
+++ b/webapp_post.py
@@ -244,15 +244,19 @@ def _getAvatarImageHtml(showAvatarOptions: bool,
';' + str(pageNumber) + ';' + avatarUrl + messageIdStr + '">\n'
avatarLink += \
'
\n'
else:
# don't link to the person options for the news account
avatarLink += \
'
\n'
return avatarLink.strip()