DM icon after title

master
Bob Mottram 2019-08-25 19:13:58 +01:00
parent 963e972f7d
commit 39c8d3bbbb
1 changed files with 1 additions and 1 deletions

View File

@ -1171,7 +1171,7 @@ def individualPostAsHtml(baseDir: str, \
# Show a DM icon for DMs in the inbox timeline
if showDMicon:
titleStr='<img src="/icons/dm.png" class="DMicon"/>'+titleStr
titleStr=titleStr+'<img src="/icons/dm.png" class="DMicon"/>'
if showRepeatIcon:
if isAnnounced: