From c1c6484415116fcb07c5908d1ac90b90f9d480dd Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Mon, 1 Apr 2019 19:02:36 +0200 Subject: [PATCH] stop using the `spaceless` tag to avoid deprecation notices --- Resources/views/layout.html.twig | 2 -- 1 file changed, 2 deletions(-) diff --git a/Resources/views/layout.html.twig b/Resources/views/layout.html.twig index 9a80cba..ba2ab38 100644 --- a/Resources/views/layout.html.twig +++ b/Resources/views/layout.html.twig @@ -1,4 +1,3 @@ -{% spaceless %} @@ -10,4 +9,3 @@ {% block content %}{% endblock %} -{% endspaceless %}