diff --git a/templates/header.html b/templates/header.html
index 129cb2f2..be20fed1 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -1,49 +1,52 @@
-
- {% 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 %}
- {% endif %}
- {% if config.recaptcha %}
- {% 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 %}
+ {% endif %}
+ {% if config.recaptcha %}
+ {% endif %}
+ {% if config.hcaptcha %}
+
+ {% endif %}