From 8567aaa341fb5b41f594c8b112906e108d526325 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 30 Sep 2020 22:21:43 +0100 Subject: [PATCH] Indentation --- webinterface.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/webinterface.py b/webinterface.py index 629b662c..5d4bbeb3 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4751,9 +4751,10 @@ def individualPostAsHtml(allowDownloads: bool, if replyAvatarUrl: replyAvatarImageInPost = \ - '
\n' replyAvatarImageInPost += \ + ' ' + \ '\n' replyAvatarImageInPost += \ + ' ' + \ ' \n
\n' + avatarPosition + '/>\n' + \ + ' \n' else: inReplyTo = \ postJsonObject['object']['inReplyTo'] @@ -4987,7 +4990,7 @@ def individualPostAsHtml(allowDownloads: bool, ' ' + titleStr + \ replyAvatarImageInPost + '

\n' postHtml += contentStr + footerStr + '\n' - postHtml += '\n' + postHtml += ' \n' else: postHtml = galleryStr