From eff59f97ac63dd723b6932e7c6e2186735315401 Mon Sep 17 00:00:00 2001 From: Oleg Date: Sun, 13 Jan 2013 23:47:29 +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 625baafe0..75c6be7b4 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -8,6 +8,8 @@ var rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^> rscriptType = /^$|\/(?:java|ecma)script/i, rscriptTypeMasked = /^true\/(.*)/, rcleanScript = /^\s*\s*$/g, + + // We have to close these tags to support XHTML (#13200) wrapMap = { // Support: IE 9 -- 2.39.5