We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4222d54 commit 709f134Copy full SHA for 709f134
src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig
@@ -7,7 +7,7 @@
7
<div class="{{ block('form_label_class') }}"></div>
8
{%- else -%}
9
{%- if expanded is not defined or not expanded -%}
10
- {%- set label_attr = label_attr|merge({'class': (label_attr.class|default('') ~ ' col-form-label')|trim}) -%}
+ {%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' col-form-label')|trim}) -%}
11
{%- endif -%}
12
{%- set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' ' ~ block('form_label_class'))|trim}) -%}
13
{{- parent() -}}
0 commit comments