diff --git a/webinterface.py b/webinterface.py
index 0b0d6f41..a6ffb1de 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -4143,7 +4143,7 @@ def individualPostAsHtml(allowDownloads: bool,
if timeDiff > 100:
print('TIMING INDIV ' + boxName + ' 7 = ' + str(timeDiff))
- avatarLink = ' '
+ avatarLink = ' '
avatarLink += \
'
\n'
@@ -4151,7 +4151,7 @@ def individualPostAsHtml(allowDownloads: bool,
if showAvatarOptions and \
fullDomain + '/users/' + nickname not in postActor:
avatarLink = \
- ' \n'
avatarLink += \
@@ -4230,7 +4230,7 @@ def individualPostAsHtml(allowDownloads: bool,
nickname, domain,
displayName, False)
titleStr += \
- ' ' + displayName + '\n'
@@ -4245,7 +4245,7 @@ def individualPostAsHtml(allowDownloads: bool,
# pprint(postJsonObject)
print('ERROR: no actorDomain')
titleStr += \
- ' @' + actorNickname + '@' + actorDomain + '\n'
@@ -4289,20 +4289,20 @@ def individualPostAsHtml(allowDownloads: bool,
replyStr = ''
if isPublicRepeat:
replyStr += \
- ' \n'
else:
if isDM(postJsonObject):
replyStr += \
- ' \n'
else:
replyStr += \
- ' \n'
@@ -4333,7 +4333,7 @@ def individualPostAsHtml(allowDownloads: bool,
if isBlogPost(postJsonObject):
blogPostId = postJsonObject['object']['id']
editStr += \
- ' \n'
deleteStr += \
@@ -4508,7 +4508,7 @@ def individualPostAsHtml(allowDownloads: bool,
else:
if not isMuted:
muteStr = \
- ' \n'
@@ -4519,7 +4519,7 @@ def individualPostAsHtml(allowDownloads: bool,
'" src="/' + iconsDir + '/mute.png"/>\n'
else:
muteStr = \
- ' \n' \
- '
\n'
elif boxName == 'tlblogs':
newPostButtonStr = \
- '
\n'
elif boxName == 'tlevents':
newPostButtonStr = \
- ' ![' + \
translate['Create a new event'] + ' | ' + \
@@ -5307,7 +5307,7 @@ def htmlTimeline(defaultTimeline: str,
else:
if not manuallyApproveFollowers:
newPostButtonStr = \
- ' <a class=](/' + \
iconsDir + '/newpost.png)
\n'
else:
newPostButtonStr = \
- ' ![' + \
translate['Create a new post'] + \
@@ -5421,7 +5421,7 @@ def htmlTimeline(defaultTimeline: str,
# the search button
tlStr += \
- ' <a class=](/' + \
iconsDir + '/newpost.png)
![' + \
translate['Search and follow'] + ' | ' + \
@@ -5438,14 +5438,14 @@ def htmlTimeline(defaultTimeline: str,
# indicate that the calendar icon is highlighted
calendarAltText = '*' + calendarAltText + '*'
tlStr += \
- ' <a class=](/' + \
iconsDir + '/search.png)
\n'
# the show/hide button, for a simpler header appearance
tlStr += \
- ' ![' + translate['Show/Hide Buttons'] + \
' | ' + translate['Show/Hide Buttons'] + \](/' + iconsDir + \
'/showhide.png)