diff --git a/webinterface.py b/webinterface.py index ad20c625d..0988cee5b 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4145,7 +4145,8 @@ def individualPostAsHtml(recentPostsCache: {}, maxRecentPosts: int, '
\n' replyAvatarImageInPost += \ - '| ' + \
@@ -4591,7 +4592,7 @@ def htmlTimeline(defaultTimeline: str,
                     '\n' else: newPostButtonStr = \ - '\n' else: newPostButtonStr = \ - '| ' + \
@@ -4607,7 +4608,7 @@ def htmlTimeline(defaultTimeline: str,
                 '\n' else: newPostButtonStr = \ - '| ' + \
@@ -4712,13 +4713,13 @@ def htmlTimeline(defaultTimeline: str,
         # indicate that the calendar icon is highlighted
         calendarAltText = '*' + calendarAltText + '*'
     tlStr += \
-        '    <a href=| ' + calendarAltText + '\n' tlStr += \ - '