Side navigation
Ticket #1730: patch.2.diff
File patch.2.diff, 0.5 KB (added by simeon, September 26, 2007 05:33AM UTC)
Output of svn diff from trunk directory. Built jquery.js and confirmed that bug is fixed.
Index: jquery/src/core.js
===================================================================
--- jquery/src/core.js (revision 3477)
+++ jquery/src/core.js (working copy)
@@ -923,6 +923,9 @@
!tags.indexOf("<col") &&
[ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ] ||
+ !tags.indexOf("<label") &&
+ [0, "", ""] ||
+
// IE can't serialize <link> and <script> tags normally
jQuery.browser.msie &&
[ 1, "div<div>", "</div>" ] ||
Download in other formats:
Original Format
File patch.2.diff, 0.5 KB (added by simeon, September 26, 2007 05:33AM UTC)
Output of svn diff from trunk directory. Built jquery.js and confirmed that bug is fixed.
Index: jquery/src/core.js
===================================================================
--- jquery/src/core.js (revision 3477)
+++ jquery/src/core.js (working copy)
@@ -923,6 +923,9 @@
!tags.indexOf("<col") &&
[ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ] ||
+ !tags.indexOf("<label") &&
+ [0, "", ""] ||
+
// IE can't serialize <link> and <script> tags normally
jQuery.browser.msie &&
[ 1, "div<div>", "</div>" ] ||