From 09c7b3418390037bf05dd3d6eaddc929436182c3 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 30 Oct 2015 15:03:11 -0400 Subject: [PATCH] Issue #167 : removed extra space in creatable entities expanded=true --- Resources/views/Backend/Core/edit_fields.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/views/Backend/Core/edit_fields.html.twig b/Resources/views/Backend/Core/edit_fields.html.twig index 47822a95..b041f6be 100644 --- a/Resources/views/Backend/Core/edit_fields.html.twig +++ b/Resources/views/Backend/Core/edit_fields.html.twig @@ -213,7 +213,7 @@ {% endblock radio_widget %} {% block form_label %} - {% spaceless %} +{% spaceless %} {% if label is not sameas(false) %} {% if not compound %} {% set label_attr = label_attr|merge({'for': id}) %} @@ -237,7 +237,7 @@
{{ attr.alt|trans|raw }}
{% endif %} {% endif %} - {% endspaceless %} +{% endspaceless %} {% endblock form_label %} {% block advanced_file_widget %}