diff --git a/templates/database/designer/main.twig b/templates/database/designer/main.twig
index d075a4c72e..5c336775c1 100644
--- a/templates/database/designer/main.twig
+++ b/templates/database/designer/main.twig
@@ -108,9 +108,7 @@ var designerConfig = {{ designer_config|raw }};
{% trans 'Reload' %}
-
+
diff --git a/templates/navigation/main.twig b/templates/navigation/main.twig
index 6f8701f592..cb001d5cad 100644
--- a/templates/navigation/main.twig
+++ b/templates/navigation/main.twig
@@ -32,7 +32,7 @@
{% endif %}
-
+
{{- get_image('b_docs', 'phpMyAdmin documentation'|trans) -}}
diff --git a/templates/preferences/header.twig b/templates/preferences/header.twig
index fd07aa538d..f82bc3d517 100644
--- a/templates/preferences/header.twig
+++ b/templates/preferences/header.twig
@@ -56,7 +56,7 @@
{% endif %}
{% if not has_config_storage %}
- {% apply format('', '')|notice %}
+ {% apply format('', '')|notice %}
{% trans 'Your preferences will be saved for current session only. Storing them permanently requires %sphpMyAdmin configuration storage%s.' %}
{% endapply %}
{% endif %}