From: Oleg Date: Sun, 13 Jan 2013 19:46:50 +0000 (+0400) Subject: Add a comment X-Git-Tag: 1.9.0~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=09589c48f179e767fda0bd43a2102ed2a3696cf2;p=jquery.git Add a comment --- 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*\s*$/g, + + // We have to close these tags to support XHTML (#13200) wrapMap = { option: [ 1, "" ], legend: [ 1, "
", "
" ],