From bed5b5e8b3ad931f9ab2e0f4adf57b34a6a849cd Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 21:26:13 +0100 Subject: [PATCH] Indentation --- webinterface.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webinterface.py b/webinterface.py index 151a07f7..26aa402a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4155,7 +4155,7 @@ def individualPostAsHtml(allowDownloads: bool, nickname + '?options=' + postActor + \ ';' + str(pageNumber) + ';' + avatarUrl + messageIdStr + '">\n' avatarLink += \ - ' \n' avatarImageInPost = \ @@ -4615,7 +4615,7 @@ def individualPostAsHtml(allowDownloads: bool, if announceAvatarUrl: idx = 'Show options for this person' replyAvatarImageInPost = \ - ' ' \ + ' ' \ '
\n' \ '\n' postHtml += avatarImageInPost - postHtml += '

' + titleStr + \ + postHtml += '

' + titleStr + \ replyAvatarImageInPost + '

\n' postHtml += contentStr + footerStr + '\n' postHtml += '
\n'