diff --git a/webinterface.py b/webinterface.py index 629b662c..5d4bbeb3 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4751,9 +4751,10 @@ def individualPostAsHtml(allowDownloads: bool, if replyAvatarUrl: replyAvatarImageInPost = \ - '
\n' replyAvatarImageInPost += \ + ' ' + \ '\n' replyAvatarImageInPost += \ + ' ' + \ ' \n
\n' + avatarPosition + '/>\n' + \ + ' \n' else: inReplyTo = \ postJsonObject['object']['inReplyTo'] @@ -4987,7 +4990,7 @@ def individualPostAsHtml(allowDownloads: bool, ' ' + titleStr + \ replyAvatarImageInPost + '

\n' postHtml += contentStr + footerStr + '\n' - postHtml += '\n' + postHtml += ' \n' else: postHtml = galleryStr