mirror of https://gitlab.com/bashrc2/epicyon
Extra space
parent
104c79951a
commit
500e728c9b
|
@ -406,7 +406,7 @@ def prepare_post_from_html_cache(nickname: str, post_html: str, box_name: str,
|
|||
translate,
|
||||
'audio')
|
||||
# replace MITM text with an eye icon
|
||||
post_html = post_html.replace(translate['mitm'], '👁')
|
||||
post_html = post_html.replace(translate['mitm'], '👁 ')
|
||||
|
||||
# if on the bookmarks timeline then remain there
|
||||
if box_name in ('tlbookmarks', 'bookmarks'):
|
||||
|
|
Loading…
Reference in New Issue