From 09589c48f179e767fda0bd43a2102ed2a3696cf2 Mon Sep 17 00:00:00 2001 From: Oleg Date: Sun, 13 Jan 2013 23:46:50 +0400 Subject: [PATCH] Add a comment --- src/manipulation.js | 2 ++ 1 file changed, 2 insertions(+) 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, "
", "
" ], -- 2.39.5