mirror of https://gitlab.com/bashrc2/epicyon
DM icon after title
parent
963e972f7d
commit
39c8d3bbbb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue