From 414bc5f7a1cb2f19667692ec4df4984b61ca6008 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 27 Nov 2019 11:05:27 +0000 Subject: [PATCH] Button separators --- webinterface.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webinterface.py b/webinterface.py index abc2756a3..589c6f05a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2303,7 +2303,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ '?actor='+postJsonObject['actor']+ \ '?bm='+timelinePostBookmark+ \ '?tl='+boxName+'" title="'+announceTitle+'">' - announceStr+=''+translate['Repeat this post']+'' + announceStr+=''+translate['Repeat this post']+' |' likeStr='' if not isModerationPost: @@ -2321,7 +2321,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ '?actor='+postJsonObject['actor']+ \ '?bm='+timelinePostBookmark+ \ '?tl='+boxName+'" title="'+likeTitle+'">' - likeStr+=''+likeTitle+'' + likeStr+=''+likeTitle+' |' bookmarkStr='' if not isModerationPost: @@ -2338,7 +2338,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ '?actor='+postJsonObject['actor']+ \ '?bm='+timelinePostBookmark+ \ '?tl='+boxName+'" title="'+bookmarkTitle+'">' - bookmarkStr+=''+bookmarkTitle+'' + bookmarkStr+=''+bookmarkTitle+' |' deleteStr='' if allowDeletion or \ @@ -2384,7 +2384,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \ '' - footerStr+=''+translate['Reply to this post']+'' + footerStr+=''+translate['Reply to this post']+' |' footerStr+=announceStr+likeStr+bookmarkStr+deleteStr footerStr+=''+publishedStr+'' footerStr+=''