diff --git a/webinterface.py b/webinterface.py
index 22f62f756..ce43a75ee 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -5069,7 +5069,8 @@ def individualPostAsHtml(allowDownloads: bool,
footerStr = '' + publishedStr + '\n'
else:
- footerStr = publishedStr + '\n'
+ footerStr = ' \n'
# change the background color for DMs in inbox timeline
if showDMicon:
@@ -5084,7 +5085,8 @@ def individualPostAsHtml(allowDownloads: bool,
footerStr += ' ' + publishedStr + '\n'
else:
- footerStr += publishedStr + '\n'
+ footerStr += ' \n'
footerStr += ' \n'
postIsSensitive = False