forked from indymedia/epicyon
Indentation
parent
0274ed7fa6
commit
213feadd32
|
@ -4976,7 +4976,8 @@ 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">\n' + \
|
||||||
|
' ' + 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