diff --git a/webinterface.py b/webinterface.py
index bcb297be..22f62f75 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -5080,8 +5080,11 @@ def individualPostAsHtml(allowDownloads: bool,
footerStr = '\n
\n'
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
deleteStr + muteStr + editStr
- footerStr += '
' + publishedStr + '\n'
+ if not isNewsPost(postJsonObject):
+ footerStr += '
' + publishedStr + '\n'
+ else:
+ footerStr += publishedStr + '\n'
footerStr += '
\n'
postIsSensitive = False