From 4b378280d350ddd3f096a554763743f1d71c6ddb 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-1376. --- 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 2a2dcab23..fd719274e 100644 --- a/src/manipulation/support.js +++ b/src/manipulation/support.js @@ -40,7 +40,7 @@ define([ // #11217 - WebKit loses check when the name is after the checked attribute fragment.appendChild( div ); - 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