From 4473292cebd0e41c435daab2b8445cd226e13aec Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 1 Oct 2020 11:06:44 +0100 Subject: [PATCH] div instread of p --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index b795d9d8..c56bd910 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5003,9 +5003,9 @@ def individualPostAsHtml(allowDownloads: bool, postHtml = '
\n' postHtml += avatarImageInPost - postHtml += '

\n' + \ + postHtml += '

\n' + \ ' ' + titleStr + \ - replyAvatarImageInPost + '

\n' + replyAvatarImageInPost + '
\n' postHtml += contentStr + footerStr + '\n' postHtml += '
\n' else: