From 500e728c9b8a1ce32d1482c0ae626999536b9ac7 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 18 Dec 2024 12:01:14 +0000 Subject: [PATCH] Extra space --- webapp_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_post.py b/webapp_post.py index 6dfcd3488..cedbce48f 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -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'):