Timestamp links to post

main
Bob Mottram 2020-01-02 22:44:20 +00:00
parent a82a12418e
commit c257828f8c
1 changed files with 1 additions and 1 deletions

View File

@ -2612,7 +2612,7 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
if showIcons:
footerStr='<div class="'+containerClassIcons+'">'
footerStr+=replyStr+announceStr+likeStr+bookmarkStr+deleteStr+muteStr
footerStr+='<span class="'+timeClass+'">'+publishedStr+'</span>'
footerStr+='<a href="'+messageId+'" class="'+timeClass+'">'+publishedStr+'</a>\n'
footerStr+='</div>'
if not postJsonObject['object'].get('sensitive'):