From db79dcf0ee208250a01c9ec8b92b0968ecd97ed9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 22:00:05 +0100 Subject: [PATCH] Indentation --- webinterface.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/webinterface.py b/webinterface.py index 83bb313a..0b0d6f41 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4715,14 +4715,14 @@ def individualPostAsHtml(allowDownloads: bool, boxName + ' 13.6 = ' + str(timeDiff)) titleStr += \ - ' ' + \
                                         translate['replying to'] + \
                                         '\n' + \ - ' ' + \ + ' ' + \ '' + replyDisplayName + '\n' @@ -4773,27 +4773,27 @@ def individualPostAsHtml(allowDownloads: bool, inReplyTo = \ postJsonObject['object']['inReplyTo'] titleStr += \ - ' ' + \
                                         translate['replying to'] + \
                                         '\n' + \ - ' @' + \ replyNickname + '@' + \ replyDomain + '\n' else: titleStr += \ - ' ' + \
                                 translate['replying to'] + \
                                 '\n' + \ - ' @unknown\n' else: @@ -4806,13 +4806,13 @@ def individualPostAsHtml(allowDownloads: bool, postDomain = postDomain.split('/', 1)[0] if postDomain: titleStr += \ - ' ' + translate['replying to'] + \
                                 '\n' + \ - ' ' + postDomain + '\n'