From 8f164638c0e6e943831ef8e144c2fef18bbca446 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 1 Dec 2020 14:11:50 +0000 Subject: [PATCH] Tidying --- webapp_post.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index 965befd46..4c88188f4 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1083,16 +1083,15 @@ def getFooterWithIcons(showIcons: bool, return None footerStr = '\n
\n' - footerStr += replyStr + announceStr + likeStr + bookmarkStr + \ - deleteStr + muteStr + editStr + footerStr += replyStr + announceStr + likeStr + bookmarkStr + footerStr += deleteStr + muteStr + editStr if not isNewsPost(postJsonObject): footerStr += ' ' + publishedStr + '\n' else: footerStr += ' ' + publishedStr + '\n' + '" class="' + timeClass + '">' + publishedStr + '\n' footerStr += '
\n' return footerStr