From af59e43860381ea6e70b205e8af6f16ec06d20f7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 3 Jan 2020 10:09:24 +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 0f145c219..0e9f8d0ed 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'):