From 28b127d99ba87ec5284e3c2874b0ff4abdaf60c5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 7 Oct 2020 22:33:23 +0100 Subject: [PATCH] String --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 1590aab5..7ca71879 100644 --- a/webinterface.py +++ b/webinterface.py @@ -5134,7 +5134,7 @@ def individualPostAsHtml(allowDownloads: bool, contentStr = '' if postJsonObject['object'].get('summary'): contentStr += \ - '' + postJsonObject['object']['summary'] + '\n ' + '' + str(postJsonObject['object']['summary']) + '\n ' if isModerationPost: containerClass = 'container report' # get the content warning text