From 2d4c0d5f375bcf59a5a0cd19c4562bd57f03fb1d Mon Sep 17 00:00:00 2001 From: Anthony Ryan Date: Fri, 20 Sep 2013 06:00:24 -0400 Subject: [PATCH] No ticket: Fix XHTML regression. Close gh-1375. --- src/manipulation/support.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manipulation/support.js b/src/manipulation/support.js index e077399b0..6f4882ef6 100644 --- a/src/manipulation/support.js +++ b/src/manipulation/support.js @@ -8,7 +8,7 @@ define([ div = fragment.appendChild( document.createElement( "div" ) ); // #11217 - WebKit loses check when the name is after the checked attribute - div.innerHTML = ""; + div.innerHTML = ""; // Support: Safari 5.1, iOS 5.1, Android 4.x, Android 2.3 // old WebKit doesn't clone checked state correctly in fragments -- 2.39.5