Footer with icons

main
Bob Mottram 2020-10-08 11:40:45 +01:00
parent 585a1340e9
commit dc49f05788
1 changed files with 5 additions and 2 deletions

View File

@ -5080,8 +5080,11 @@ def individualPostAsHtml(allowDownloads: bool,
footerStr = '\n <div class="' + containerClassIcons + '">\n'
footerStr += replyStr + announceStr + likeStr + bookmarkStr + \
deleteStr + muteStr + editStr
footerStr += ' <a href="' + publishedLink + '" class="' + \
timeClass + '">' + publishedStr + '</a>\n'
if not isNewsPost(postJsonObject):
footerStr += ' <a href="' + publishedLink + '" class="' + \
timeClass + '">' + publishedStr + '</a>\n'
else:
footerStr += publishedStr + '\n'
footerStr += ' </div>\n'
postIsSensitive = False