diff options
author | Oleg <markelog@gmail.com> | 2013-01-13 23:46:50 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-01-13 23:46:50 +0400 |
commit | 09589c48f179e767fda0bd43a2102ed2a3696cf2 (patch) | |
tree | b1ebab081709541d0232a8057db84c7f2d26ad7a | |
parent | bf4fce70408b67d1bf628932ec31dafa14eb007c (diff) | |
download | jquery-09589c48f179e767fda0bd43a2102ed2a3696cf2.tar.gz jquery-09589c48f179e767fda0bd43a2102ed2a3696cf2.zip |
Add a comment
-rw-r--r-- | src/manipulation.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manipulation.js b/src/manipulation.js index 5b462645c..9f1ecfa7f 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -28,6 +28,8 @@ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figca rscriptType = /^$|\/(?:java|ecma)script/i, rscriptTypeMasked = /^true\/(.*)/, rcleanScript = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g, + + // We have to close these tags to support XHTML (#13200) wrapMap = { option: [ 1, "<select multiple='multiple'>", "</select>" ], legend: [ 1, "<fieldset>", "</fieldset>" ], |