forked from indymedia/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
|
# Show a DM icon for DMs in the inbox timeline
|
||||||
if showDMicon:
|
if showDMicon:
|
||||||
titleStr='<img src="/icons/dm.png" class="DMicon"/>'+titleStr
|
titleStr=titleStr+'<img src="/icons/dm.png" class="DMicon"/>'
|
||||||
|
|
||||||
if showRepeatIcon:
|
if showRepeatIcon:
|
||||||
if isAnnounced:
|
if isAnnounced:
|
||||||
|
|
Loading…
Reference in New Issue