Indentation

merge-requests/30/head
Bob Mottram 2020-09-30 21:26:13 +01:00
parent c113ca088b
commit bed5b5e8b3
1 changed files with 7 additions and 7 deletions

View File

@ -4976,7 +4976,7 @@ def individualPostAsHtml(allowDownloads: bool,
postHtml = ' <div id="' + timelinePostBookmark + \ postHtml = ' <div id="' + timelinePostBookmark + \
'" class="' + containerClass + '">\n' '" class="' + containerClass + '">\n'
postHtml += avatarImageInPost postHtml += avatarImageInPost
postHtml += '<p class="post-title">' + titleStr + \ postHtml += ' <p class="post-title">' + titleStr + \
replyAvatarImageInPost + '</p>\n' replyAvatarImageInPost + '</p>\n'
postHtml += contentStr + footerStr + '\n' postHtml += contentStr + footerStr + '\n'
postHtml += '</div>\n' postHtml += '</div>\n'