Skip to content

Commit 0205959

Browse files
committed
Merge pull request #1135 from hyperunknown/twig-sameas-1
twig deprecation - tiny correction for fields.html.twig
2 parents a0a1c1a + 6cadfdb commit 0205959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Form/fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
{% spaceless %}
543543
{% if 'tab' in form.vars.block_prefixes %}
544544
{{ block('form_tab') }}
545-
{% elseif embed_form is sameas(true) %}
545+
{% elseif embed_form is same as(true) %}
546546
{% if widget_prefix is not empty %}{{ widget_prefix|trans({}, translation_domain)|raw }}{% endif %} {{ form_widget(form, _context) }} {% if widget_suffix is not empty %}{{ widget_suffix|trans({}, translation_domain)|raw }}{% endif %}
547547
{% else %}
548548
{{ block('widget_form_group_start') }}

0 commit comments

Comments
 (0)