diff --git a/src/Resources/views/administration/index.html.twig b/src/Resources/views/administration/index.html.twig
index b22b53a3..874023d2 100644
--- a/src/Resources/views/administration/index.html.twig
+++ b/src/Resources/views/administration/index.html.twig
@@ -9,8 +9,7 @@
{% block administration_favicons %}
{{ parent() }}
-
-
+
{# The following global variable was introduced in Webpack configuration of sw 6.5 - fixes webpack build for ealier sw versions #}
+
{% endif %}
{% endblock %}
diff --git a/src/Resources/views/storefront/layout/meta.html.twig b/src/Resources/views/storefront/layout/meta.html.twig
index 994efb42..15374a2b 100644
--- a/src/Resources/views/storefront/layout/meta.html.twig
+++ b/src/Resources/views/storefront/layout/meta.html.twig
@@ -33,7 +33,7 @@
{{ parent() }}
{% if page.extensions.easycredit %}
-
+
{% endif %}
{% endblock %}