From c529c42a2148294fb02f6f19b5e55db183b80487 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jan 2020 10:19:31 +0000 Subject: [PATCH] Substitute line break with paragraph --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 41a0c6861..d1aac8df8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2620,7 +2620,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ # add an extra line if there is a content warning, for better vertical spacing on mobile if postJsonObject['object']['sensitive'] or attachmentStr: - footerStr='
'+footerStr + footerStr='

'+footerStr if not postJsonObject['object'].get('summary'): postJsonObject['object']['summary']=''