From 539766b74d4d5aec20e275175684f9ba8a6226b2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 7 May 2021 23:07:26 +0100 Subject: [PATCH] Repeat strings --- webapp_post.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_post.py b/webapp_post.py index 98fc78074..c2031c6f8 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -432,8 +432,8 @@ def _getAnnounceIconHtml(isAnnounced: bool, announceStr += \ ' ' + \ - '' + announceEmoji + translate['Repeat this post'] + \
+        '<img loading=\n' return announceStr