diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 5316b40dd5..a85a0d98ab 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 aeef736b84..48f1bc2935 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -1,4 +1,4 @@ - +