We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cf606 commit c8b7c16Copy full SHA for c8b7c16
src/jqLite.js
@@ -90,9 +90,9 @@
90
* - [`val()`](http://api.jquery.com/val/)
91
* - [`wrap()`](http://api.jquery.com/wrap/)
92
*
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:
+ * jqLite also provides a method restoring pre-1.8 insecure treatment of XHTML-like tags.
+ * This legacy behavior turns input like `<div /><span />` to `<div></div><span></span>`
+ * instead of `<div><span></span></div>` like version 1.8 & newer do. To restore it, invoke:
96
* ```js
97
* angular.UNSAFE_restoreLegacyJqLiteXHTMLReplacement();
98
* ```
0 commit comments