10000 fixed typos in the UPGRADE file · lchenay/symfony@1996c1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1996c1f

Browse files
committed
fixed typos in the UPGRADE file
1 parent 24e2fcb commit 1996c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
551551
```
552552
{% for choice, label in choices %}
553-
<option value="{{ choice }}"{% if choice is selectedchoice(form) %} selected="selected"{% endif %}>
553+
<option value="{{ choice.value }}"{% if choice is selectedchoice(choice.value) %} selected="selected"{% endif %}>
554554
{{ label }}
555555
</option>
556556
{% endfor %}

0 commit comments

Comments
 (0)
0