From 9a9441fa858b6af13268dfda52c5c731e72c70eb Mon Sep 17 00:00:00 2001 From: Tchama Date: Tue, 4 Aug 2020 11:33:56 +0200 Subject: [PATCH] enable and fix errors for event bundle + adding knp-time-bundle --- Resources/views/Person/macro.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Person/macro.html.twig b/Resources/views/Person/macro.html.twig index 2b193c835..34d2fcfd9 100644 --- a/Resources/views/Person/macro.html.twig +++ b/Resources/views/Person/macro.html.twig @@ -1,4 +1,4 @@ -{% macro render(p, withLink=true, withClosingInfo=false) %}{%spaceless %} +{% macro render(p, withLink=true, withClosingInfo=false) %}{% apply spaceless %} {% if withLink %} @@ -15,5 +15,5 @@ {% endif %} {% endif %} {% if withLink %}{% endif %} -{% endspaceless %} +{% endapply %} {% endmacro %}