From 356f8f95fac9be19dc57bfa5b3efa716fe737df7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 18 May 2020 12:19:04 +0100 Subject: [PATCH] Extra line --- blog.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/blog.py b/blog.py index 019b34c3e..2cc1a2b0e 100644 --- a/blog.py +++ b/blog.py @@ -239,8 +239,7 @@ def htmlBlogPostContent(authorized: bool, if replies > 0: if not authorized: blogStr += '

' + \ - translate['Replies'].lower() + ': ' + str(replies) + \ - '

' + translate['Replies'].lower() + ': ' + str(replies) else: blogStr += '

' + translate['Replies'] + '

\n' blogStr += '\n' @@ -253,8 +252,7 @@ def htmlBlogPostContent(authorized: bool, nickname, domain, domainFull, postJsonObject['object']['id']) blogStr += blogRepliesStr.replace('>' + titleStr + '<', '') - blogStr += '
' - blogStr += '
\n' + blogStr += '


\n' return blogStr