diff --git a/templates/header.html b/templates/header.html
index f72b752a..14a42952 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,55 +1,55 @@
-
- {% if config.url_favicon %}{% endif %}
-
-
- {% if config.meta_keywords %}{% endif %}
- {% if config.default_stylesheet.1 != '' %}{% endif %}
- {% if config.font_awesome %}{% endif %}
- {% if config.country_flags_condensed %}{% endif %}
-
- {% if not nojavascript %}
-
- {% if not config.additional_javascript_compile %}
- {% for javascript in config.additional_javascript %}{% endfor %}
- {% endif %}
- {% if mod %}
-
- {% endif %}
- {% endif %}
- {% if config.captcha.provider == 'recaptcha' %}
- {% endif %}
- {% if config.captcha.provider.hcaptcha %}
-
- {% endif %}
+
+{% if config.url_favicon %}{% endif %}
+
+
+{% if config.meta_keywords %}{% endif %}
+{% if config.default_stylesheet.1 != '' %}{% endif %}
+{% if config.font_awesome %}{% endif %}
+{% if config.country_flags_condensed %}{% endif %}
+
+{% if not nojavascript %}
+
+ {% if not config.additional_javascript_compile %}
+ {% for javascript in config.additional_javascript %}{% endfor %}
+ {% endif %}
+ {% if mod %}
+
+ {% endif %}
+{% endif %}
+{% if config.captcha.provider == 'recaptcha' %}
+{% endif %}
+{% if config.captcha.provider.hcaptcha %}
+
+{% endif %}