diff --git a/webinterface.py b/webinterface.py index b795d9d8..c56bd910 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5003,9 +5003,9 @@ def individualPostAsHtml(allowDownloads: bool, postHtml = '
\n' postHtml += avatarImageInPost - postHtml += '

\n' + \ + postHtml += '

\n' + \ ' ' + titleStr + \ - replyAvatarImageInPost + '

\n' + replyAvatarImageInPost + '
\n' postHtml += contentStr + footerStr + '\n' postHtml += '
\n' else: