From c362daba79a2c3dee7a792db3cc9e4bd6b2e0257 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Oct 2020 11:44:39 +0100 Subject: [PATCH] Use label on date --- webinterface.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 22f62f75..ce43a75e 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