mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
c113ca088b
commit
bed5b5e8b3
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue