Skip to content

Commit 709f134

Browse files
Removed unneeded wrapping quotes around a Twig key
1 parent 4222d54 commit 709f134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="{{ block('form_label_class') }}"></div>
88
{%- else -%}
99
{%- if expanded is not defined or not expanded -%}
10-
{%- set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' col-form-label')|trim}) -%}
10+
{%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' col-form-label')|trim}) -%}
1111
{%- endif -%}
1212
{%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' ' ~ block('form_label_class'))|trim}) -%}
1313
{{- parent() -}}

0 commit comments

Comments
 (0)