We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ade6e79 + f96f821 commit 4196715Copy full SHA for 4196715
cookbook/form/form_collections.rst
@@ -406,7 +406,7 @@ one example:
406
$collectionHolder.data('index', index + 1);
407
408
// Display the form in the page in an li, before the "Add a tag" link li
409
- var $newFormLi = $('<li></li>').append($newForm);
+ var $newFormLi = $('<li></li>').append(newForm);
410
$newLinkLi.before($newFormLi);
411
}
412
0 commit comments