From f03291f6ab073c39e4f9a4f180b4e4066b8e37b3 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 11:44:41 -0600 Subject: [PATCH] fix --- files/helpers/jinja2.py | 2 +- files/templates/tailwind-class-list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 7606977a37..2a8ee3a2af 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/tailwind-class-list.html b/files/templates/tailwind-class-list.html index a720d9ab3c..701e73294b 100644 --- a/files/templates/tailwind-class-list.html +++ b/files/templates/tailwind-class-list.html @@ -1 +1 @@ -
\ No newline at end of file +
\ No newline at end of file