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+=''
+ announceStr+=''
likeStr=''
if not isModerationPost:
@@ -2321,7 +2321,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
'?actor='+postJsonObject['actor']+ \
'?bm='+timelinePostBookmark+ \
'?tl='+boxName+'" title="'+likeTitle+'">'
- likeStr+=''
+ likeStr+=''
bookmarkStr=''
if not isModerationPost:
@@ -2338,7 +2338,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
'?actor='+postJsonObject['actor']+ \
'?bm='+timelinePostBookmark+ \
'?tl='+boxName+'" title="'+bookmarkTitle+'">'
- bookmarkStr+=''
+ bookmarkStr+=''
deleteStr=''
if allowDeletion or \
@@ -2384,7 +2384,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
''
- footerStr+=''
+ footerStr+=''
footerStr+=announceStr+likeStr+bookmarkStr+deleteStr
footerStr+=''+publishedStr+''
footerStr+=''