diff --git a/webinterface.py b/webinterface.py index 99ab266f..629b662c 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4875,9 +4875,9 @@ def individualPostAsHtml(allowDownloads: bool, footerStr = '\n
\n' footerStr += replyStr + announceStr + likeStr + bookmarkStr + \ deleteStr + muteStr + editStr - footerStr += ' ' + publishedStr + '\n' - footerStr += '
\n' + footerStr += ' \n' postIsSensitive = False if postJsonObject['object'].get('sensitive'):