main
Bob Mottram 2020-10-07 22:33:23 +01:00
parent c440e31bc9
commit 28b127d99b
1 changed files with 1 additions and 1 deletions

View File

@ -5134,7 +5134,7 @@ def individualPostAsHtml(allowDownloads: bool,
contentStr = ''
if postJsonObject['object'].get('summary'):
contentStr += \
'<b>' + postJsonObject['object']['summary'] + '</b>\n '
'<b>' + str(postJsonObject['object']['summary']) + '</b>\n '
if isModerationPost:
containerClass = 'container report'
# get the content warning text