From 7bceab1d15562fc2b0fc625e267e376010a2efa6 Mon Sep 17 00:00:00 2001 From: Yo Mama Date: Thu, 30 Sep 2021 23:02:50 +0200 Subject: [PATCH] Fix emoji being added to the wrong textbox --- files/helpers/jinja2.py | 2 +- files/templates/emoji_modal.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 5316b40dd..a85a0d98a 100644 --- a/files/helpers/jinja2.py +++ b/files/helpers/jinja2.py @@ -27,7 +27,7 @@ def favorite_emojis(x): str = "" emojis = sorted(x.items(), key=lambda x: x[1], reverse=True)[:25] for k, v in emojis: - str += f'' + str += f'' return str @app.context_processor diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index aeef736b8..48f1bc293 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -1,4 +1,4 @@ - +