From 64ac0d2b69aa763e69faeb6743a291bc92f8057b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 21:07:31 +0100 Subject: [PATCH] Indentation --- webinterface.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/webinterface.py b/webinterface.py index eb4a892c..5c7e2f50 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5281,7 +5281,7 @@ def htmlTimeline(defaultTimeline: str, '" class="timelineicon"/>\n' elif boxName == 'tlblogs': newPostButtonStr = \ - ' | ' + \
@@ -5289,7 +5289,7 @@ def htmlTimeline(defaultTimeline: str,
             '\n' elif boxName == 'tlevents': newPostButtonStr = \ - ' | ' + \
@@ -5298,7 +5298,7 @@ def htmlTimeline(defaultTimeline: str,
     else:
         if not manuallyApproveFollowers:
             newPostButtonStr = \
-                '    <a class=| ' + \
@@ -5306,7 +5306,7 @@ def htmlTimeline(defaultTimeline: str,
                 '\n' else: newPostButtonStr = \ - ' \n' + # start of the button header with inbox, outbox, etc tlStr += '
\n' # first button if defaultTimeline == 'tlmedia': @@ -5441,7 +5442,8 @@ def htmlTimeline(defaultTimeline: str, '" alt="| ' + translate['Show/Hide Buttons'] + \ '" class="timelineicon"/>\n' tlStr += followApprovals - tlStr += '
\n' + # end of the button header with inbox, outbox, etc + tlStr += ' \n' # second row of buttons for moderator actions if moderator and boxName == 'moderation':