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+=''