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 += \
''
@@ -3712,7 +3712,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
'?actor=' + actorNickname + \
'" title="' + translate['Edit blog post'] + '">' + \
''
@@ -3737,7 +3737,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
'?tl=' + boxName + '" title="' + announceTitle + '">'
announceStr += \
''
likeStr = ''
@@ -3759,7 +3759,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
'?tl=' + boxName + '" title="' + likeTitle + '">'
likeStr += \
''
bookmarkStr = ''
@@ -3779,7 +3779,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
'?bm=' + timelinePostBookmark + \
'?tl=' + boxName + '" title="' + bookmarkTitle + '">'
bookmarkStr += \
- ''
@@ -3798,7 +3798,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
deleteStr += \
''
+ '" src="/' + iconsDir + '/delete.png"/>'
else:
if not isMuted:
muteStr = \
@@ -3810,7 +3810,7 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int,
''
+ '" src="/' + iconsDir + '/mute.png"/>'
else:
muteStr = \
''
+ '" src="/' + iconsDir+'/unmute.png"/>'
replyAvatarImageInPost = ''
if showRepeatIcon:
@@ -5550,7 +5550,7 @@ def htmlCalendarDay(translate: {},
'?time=' + eventTime + \
'">'
if eventTime and eventDescription and eventPlace: