End paragraph

main
Bob Mottram 2020-05-18 12:22:23 +01:00
parent 356f8f95fa
commit 42c673e508
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ def htmlBlogPostContent(authorized: bool,
if replies > 0:
if not authorized:
blogStr += '<p class="blogreplies">' + \
translate['Replies'].lower() + ': ' + str(replies)
translate['Replies'].lower() + ': ' + str(replies) + '</p>'
else:
blogStr += '<h1>' + translate['Replies'] + '</h1>\n'
blogStr += '<script>' + contentWarningScriptOpen() + '</script>\n'