From f0870082c3496f3c0d765c1b9adb06c8c5dd9683 Mon Sep 17 00:00:00 2001 From: Dirk Luijk Date: Mon, 16 Jun 2014 13:27:18 +0200 Subject: [PATCH] Remove whitespace in root block --- Resources/views/Menu/bootstrap.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/Resources/views/Menu/bootstrap.html.twig b/Resources/views/Menu/bootstrap.html.twig index 5b7bc57..9540def 100644 --- a/Resources/views/Menu/bootstrap.html.twig +++ b/Resources/views/Menu/bootstrap.html.twig @@ -24,7 +24,6 @@ {% set options = options|merge({'currentClass': 'active'}) %} {% set options = options|merge({'ancestorClass': 'active'}) %} {% endif %} - {% set listAttributes = item.childrenAttributes %} {{ block('list') -}} {% endblock %}