Skip to content

Commit f96f821

Browse files
committed
Merge branch '2.0' into 2.1
2 parents 42a9416 + ae5a6d2 commit f96f821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/form_collections.rst

+1-1
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)