From fb17bfceae0208921a50c56583ac5637fc37d807 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 28 Nov 2019 13:17:32 +0000 Subject: [PATCH] Consistent sequence --- webinterface.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webinterface.py b/webinterface.py index 9bf1a83a..c3e10517 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2298,9 +2298,6 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ galleryStr+=' \n' galleryStr+=' \n' galleryStr+=' \n' - galleryStr+='
\n' - galleryStr+=' '+replyStr+announceStr+likeStr+bookmarkStr+deleteStr+'\n' - galleryStr+='
\n' if postJsonObject['object'].get('url'): imagePostUrl=postJsonObject['object']['url'] else: @@ -2309,6 +2306,9 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ galleryStr+='
'+imageDescription+'
\n' else: galleryStr+='
' + galleryStr+='
\n' + galleryStr+=' '+replyStr+announceStr+likeStr+bookmarkStr+deleteStr+'\n' + galleryStr+='
\n' galleryStr+='\n' attachmentStr+=''