diff --git a/Resources/views/Form/fields.html.twig b/Resources/views/Form/fields.html.twig index edcacec0a..5aaff76ee 100644 --- a/Resources/views/Form/fields.html.twig +++ b/Resources/views/Form/fields.html.twig @@ -204,7 +204,7 @@ {% if expanded %} {% set attr = attr|merge({'class': attr.class|default('') ~ ' ' ~ horizontal_input_wrapper_class}) %} {% endif %} - {% if layout is sameas(false) %} + {% if layout is same as(false) %}
{% endif %} {% if widget_type == 'inline-btn' %} @@ -243,7 +243,7 @@ {% if widget_type == 'inline-btn' %}
{% endif %} - {% if layout is sameas(false) %} + {% if layout is same as(false) %} {% endif %} {% endspaceless %}