From 1759039f75de3462c8541c463e4f87b8794e61c3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 30 Dec 2022 11:45:14 +0200 Subject: [PATCH] remove --- files/classes/comment.py | 2 +- files/templates/util/html_head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/classes/comment.py b/files/classes/comment.py index 5d4f62cd21..fd6b5d3391 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -351,7 +351,7 @@ class Comment(Base): body = f"{wordle_guesses}" if wordle_status == 'active' and v and v.id == self.author_id: - body += f'''''' + body += f'''''' elif wordle_status == 'won': body += "Correct!" elif wordle_status == 'lost': diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index d517be6a0c..7b15605444 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -9,7 +9,7 @@ {% macro javascript() %} - {{g.browser}} + {% endmacro %} {% macro page_meta(title=none) %}