From 052fcd1aa530a7d9c2f62821982113c7d0587fd0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 22:13:39 +0100 Subject: [PATCH] Indentation --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index a6ffb1de..99ab266f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -101,7 +101,7 @@ def getContentWarningButton(postID: str, translate: {}, content: str) -> str: """Returns the markup for a content warning button """ - return '
' + \ + return '
' + \ translate['SHOW MORE'] + '' + \ '
' + content + \ '
\n' @@ -4872,7 +4872,7 @@ def individualPostAsHtml(allowDownloads: bool, containerClass = 'container dm' if showIcons: - footerStr = '
\n' + footerStr = '\n
\n' footerStr += replyStr + announceStr + likeStr + bookmarkStr + \ deleteStr + muteStr + editStr footerStr += '