diff --git a/files/helpers/jinja2.py b/files/helpers/jinja2.py index 7606977a3..2a8ee3a2a 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 a720d9ab3..701e73294 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