From 280c75f0cea70eca83ba96df81656965642683a2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 22:53:10 +0100 Subject: [PATCH] Tidying --- webinterface.py | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/webinterface.py b/webinterface.py index 1ea1f1cd..6232a339 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4296,13 +4296,15 @@ def individualPostAsHtml(allowDownloads: bool, else: if isDM(postJsonObject): replyStr += \ - ' \n' else: replyStr += \ - ' \n' @@ -4334,7 +4336,8 @@ def individualPostAsHtml(allowDownloads: bool, if isBlogPost(postJsonObject): blogPostId = postJsonObject['object']['id'] editStr += \ - ' @unattributed\n' else: titleStr += \ - ' ' + translate['announces'] + \
                     '' + \ - contentStr + '\n' + contentStr + \ + ' \n' else: contentStr = \ '
' + contentStr + \
@@ -5350,7 +5359,7 @@ def htmlTimeline(defaultTimeline: str,
     tlStr += '  
\n' tlStr += '
\n' tlStr += '
\n' - + # start of the button header with inbox, outbox, etc tlStr += '
\n' # first button