From 908e6b5c84583f98d439631db58ec2f0b2b9ae74 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Dec 2020 14:04:48 +0000 Subject: [PATCH] Add article tags --- webapp_post.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp_post.py b/webapp_post.py index c297e835..2a1586ec 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,