From a42f0ffb8182294bbcf54e9a4c8345056bd69f19 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 30 Dec 2022 10:23:27 +0200 Subject: [PATCH] minor fix --- files/templates/default.html | 2 -- files/templates/util/html_head.html | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/files/templates/default.html b/files/templates/default.html index fadd6d2999..b90c93cdb6 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -79,8 +79,6 @@ {% endif %} -{{g.browser}} - {% if HOLIDAY_EVENT %} {% include "event/music.html" %} {% endif %} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index d5b16fccf5..d517be6a0c 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -9,6 +9,7 @@ {% macro javascript() %} + {{g.browser}} {% endmacro %} {% macro page_meta(title=none) %}