diff --git a/webapp_post.py b/webapp_post.py index c297e8357..2a1586ecd 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -1482,6 +1482,8 @@ def individualPostAsHtml(allowDownloads: bool, objectContent = \ postJsonObject['object']['content'] + objectContent = '
' + objectContent + '
' + if not postIsSensitive: contentStr = objectContent + attachmentStr contentStr = addEmbeddedElements(translate, contentStr,