Skip to content

Commit 4196715

Browse files
committed
Merge branch '2.1' into 2.2
2 parents ade6e79 + f96f821 commit 4196715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ one example:
406406
$collectionHolder.data('index', index + 1);
407407
408408
// Display the form in the page in an li, before the "Add a tag" link li
409-
var $newFormLi = $('<li></li>').append($newForm);
409+
var $newFormLi = $('<li></li>').append(newForm);
410410
$newLinkLi.before($newFormLi);
411411
}
412412

0 commit comments

Comments
 (0)