10000 Quote key name · symfony/symfony@00e17ac · GitHub
[go: up one dir, main page]

Skip to content

Commit 00e17ac

Browse files
committed
Quote key name
1 parent 1c1d530 commit 00e17ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@
147147
{% endblock choice_label %}
148148

149149
{% block checkbox_label -%}
150-
{%- set label_attr = label_attr|merge({for: id}) -%}
150+
{%- set label_attr = label_attr|merge({'for': id}) -%}
151151

152152
{{- block('checkbox_radio_label') -}}
153153
{%- endblock checkbox_label %}
154154

155155
{% block radio_label -%}
156-
{%- set label_attr = label_attr|merge({for: id}) -%}
156+
{%- set label_attr = label_attr|merge({'for': id}) -%}
157157

158158
{{- block('checkbox_radio_label') -}}
159159
{%- endblock radio_label %}

0 commit comments

Comments
 (0)
0