Indentation

main
Bob Mottram 2020-09-30 21:45:39 +01:00
parent 0274ed7fa6
commit 213feadd32
1 changed files with 3 additions and 2 deletions

View File

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