This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 * - [`val()`](http://api.jquery.com/val/)
9191 * - [`wrap()`](http://api.jquery.com/wrap/)
9292 *
93- * jqLite also provides a method restoring pre-1.8 insecure treatment of XHTML-like tags
94- * that makes input like `<div /><span />` turned to `<div></div><span></span>` instead of
95- * `<div><span></span></div>` like version 1.8 & newer do:
93+ * jqLite also provides a method restoring pre-1.8 insecure treatment of XHTML-like tags.
94+ * This legacy behavior turns input like `<div /><span />` to `<div></div><span></span>`
95+ * instead of `<div><span></span></div>` like version 1.8 & newer do. To restore it, invoke :
9696 * ```js
9797 * angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement();
9898 * ```
You can’t perform that action at this time.
0 commit comments