From 53e2ed2ca941557b4c659ccb1aa81d05a5f8edd6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Oct 2020 22:59:30 +0100 Subject: [PATCH] Indentation --- webinterface.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webinterface.py b/webinterface.py index b3560c28..a2191040 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5299,7 +5299,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, editImageClass = 'rightColEditImage' htmlStr += \ '\n
\n' + \ - ' \n' + \ '
\n' @@ -5309,7 +5309,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, if moderator: # show the edit icon htmlStr += \ - ' ' + \ '' + leftColumnStr + '\n' + tlStr += ' ' + leftColumnStr + ' \n' # center column containing posts tlStr += ' \n' @@ -5942,7 +5942,7 @@ def htmlTimeline(defaultTimeline: str, rightColumnStr = getRightColumnContent(baseDir, nickname, domainFull, httpPrefix, translate, iconsDir, moderator) - tlStr += ' ' + rightColumnStr + '\n' + tlStr += ' ' + rightColumnStr + ' \n' # benchmark 9 timeDiff = int((time.time() - timelineStartTime) * 1000)