From 238641e8bd2c592e71e138b7e2f80a5870c85172 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jan 2020 10:07:45 +0000 Subject: [PATCH] Extra line after attachments --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 2d401da34..0f145c219 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2588,7 +2588,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ attachmentStr+=translate['Your browser does not support the audio tag.'] attachmentStr+='' attachmentCtr+=1 - attachmentStr+='
' + attachmentStr+='

' publishedStr='' if postJsonObject['object'].get('published'):