diff --git a/webinterface.py b/webinterface.py index 5c7e2f50..151a07f7 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4155,11 +4155,11 @@ def individualPostAsHtml(allowDownloads: bool, nickname + '?options=' + postActor + \ ';' + str(pageNumber) + ';' + avatarUrl + messageIdStr + '">\n' avatarLink += \ - ' \n' avatarImageInPost = \ - '
' + avatarLink.strip() + '
\n' + '
' + avatarLink.strip() + '
\n' # don't create new html within the bookmarks timeline # it should already have been created for the inbox @@ -4615,6 +4615,7 @@ def individualPostAsHtml(allowDownloads: bool, if announceAvatarUrl: idx = 'Show options for this person' replyAvatarImageInPost = \ + ' ' \ '
\n' \ '' + contentStr + '
\n' + contentStr = '
' + contentStr + '
\n' else: contentStr = \ '
' + contentStr + \
@@ -4972,7 +4973,7 @@ def individualPostAsHtml(allowDownloads: bool,
 
     postHtml = ''
     if boxName != 'tlmedia':
-        postHtml = '
\n' postHtml += avatarImageInPost postHtml += '

' + titleStr + \ @@ -5627,6 +5628,7 @@ def htmlTimeline(defaultTimeline: str, if boxName == 'tlmedia': tlStr += '

\n' + # end of column-center tlStr += '
\n' tlStr += '
\n' tlStr += '
\n'