diff --git a/webinterface.py b/webinterface.py index 1ea1f1cdb..6232a3397 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4296,13 +4296,15 @@ def individualPostAsHtml(allowDownloads: bool, else: if isDM(postJsonObject): replyStr += \ - ' \n' else: replyStr += \ - ' \n' @@ -4334,7 +4336,8 @@ def individualPostAsHtml(allowDownloads: bool, if isBlogPost(postJsonObject): blogPostId = postJsonObject['object']['id'] editStr += \ - ' @unattributed\n' else: titleStr += \ - ' ' + translate['announces'] + \
                     '' + \ - contentStr + '\n' + contentStr + \ + ' \n' else: contentStr = \ '
' + contentStr + \
@@ -5350,7 +5359,7 @@ def htmlTimeline(defaultTimeline: str,
     tlStr += '  
\n' tlStr += '
\n' tlStr += '
\n' - + # start of the button header with inbox, outbox, etc tlStr += '
\n' # first button