Indentation

main
Bob Mottram 2020-09-30 22:15:49 +01:00
parent 052fcd1aa5
commit cbd19d6ddf
1 changed files with 2 additions and 2 deletions

View File

@ -4875,9 +4875,9 @@ def individualPostAsHtml(allowDownloads: bool,
footerStr = '\n <div class="' + containerClassIcons + '">\n'
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
deleteStr + muteStr + editStr
footerStr += ' <a href="' + publishedLink + '" class="' + \
footerStr += ' <a href="' + publishedLink + '" class="' + \
timeClass + '">' + publishedStr + '</a>\n'
footerStr += ' </div>\n'
footerStr += ' </div>\n'
postIsSensitive = False
if postJsonObject['object'].get('sensitive'):