From 78e217bb270842deaa7d84735028f916b49bd810 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jun 2020 14:21:56 +0100 Subject: [PATCH] Don't need separators in titles --- webinterface.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webinterface.py b/webinterface.py index 92fb343d..1b95cb9f 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3697,7 +3697,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, replyStr += \ '' + \
+            translate['Reply to this post'] + '' @@ -3712,7 +3712,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, '?actor=' + actorNickname + \ '" title="' + translate['Edit blog post'] + '">' + \ '' + \
+                    translate['Edit blog post'] + '' @@ -3737,7 +3737,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, '?tl=' + boxName + '" title="' + announceTitle + '">' announceStr += \ '' + translate['Repeat this post'] + \
+            '' likeStr = '' @@ -3759,7 +3759,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, '?tl=' + boxName + '" title="' + likeTitle + '">' likeStr += \ '' + likeTitle + \
+            '' bookmarkStr = '' @@ -3779,7 +3779,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, '?bm=' + timelinePostBookmark + \ '?tl=' + boxName + '" title="' + bookmarkTitle + '">' bookmarkStr += \ - '' + \
+            '<img loading=' @@ -3798,7 +3798,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, deleteStr += \ '' + translate['Delete this post'] + \
                 ' |' + '" src="/' + iconsDir + '/delete.png"/>' else: if not isMuted: muteStr = \ @@ -3810,7 +3810,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, '' + \
                 translate['Mute this post'] + \
                 ' |' + '" src="/' + iconsDir + '/mute.png"/>' else: muteStr = \ '' + '" src="/' + iconsDir+'/unmute.png"/>' replyAvatarImageInPost = '' if showRepeatIcon: @@ -5550,7 +5550,7 @@ def htmlCalendarDay(translate: {}, '?time=' + eventTime + \ '">' + \
                     translate['Delete this event'] + ' |' if eventTime and eventDescription and eventPlace: