Skip to content

Commit

Permalink
Update deprecated sameas twig test (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelVella authored and isometriks committed Aug 27, 2017
1 parent 1e73d90 commit f89ce9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Form/fields.html.twig
Expand Up @@ -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) %}
<div>
{% endif %}
{% if widget_type == 'inline-btn' %}
Expand Down Expand Up @@ -243,7 +243,7 @@
{% if widget_type == 'inline-btn' %}
</div>
{% endif %}
{% if layout is sameas(false) %}
{% if layout is same as(false) %}
</div>
{% endif %}
{% endspaceless %}
Expand Down

0 comments on commit f89ce9f

Please sign in to comment.