10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1d530 commit 00e17acCopy full SHA for 00e17ac
src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_base_layout.html.twig
@@ -147,13 +147,13 @@
147
{% endblock choice_label %}
148
149
{% block checkbox_label -%}
150
- {%- set label_attr = label_attr|merge({for: id}) -%}
+ {%- set label_attr = label_attr|merge({'for': id}) -%}
151
152
{{- block('checkbox_radio_label') -}}
153
{%- endblock checkbox_label %}
154
155
{% block radio_label -%}
156
157
158
159
{%- endblock radio_label %}
0 commit comments