Skip to content

Commit 1713934

Browse files
committed
minor #9061 Close the tag (stood)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9061). Discussion ---------- Close the tag Commits ------- c08f8db Close the tag
2 parents 5723d22 + c08f8db commit 1713934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ And update the template as follows:
208208
209209
<a href="#"
210210
class="add-another-collection-widget"
211-
data-list="#email-field-list>Add another email</a>
211+
data-list="#email-field-list">Add another email</a>
212212

213213
{# ... #}
214214
{{ form_end(form) }}

0 commit comments

Comments
 (0)