]> source.dussan.org Git - jquery-ui.git/commitdiff
Button tests: replace XHTML with HTML in button test suite
authorMike Sherov <mike.sherov@gmail.com>
Mon, 19 Nov 2012 14:23:05 +0000 (09:23 -0500)
committerMike Sherov <mike.sherov@gmail.com>
Mon, 19 Nov 2012 14:23:05 +0000 (09:23 -0500)
tests/unit/button/button.html

index 93f9af61146ed060621a5ed630c0c0f907d6d833..8c9335aeb48a149f04e0546704c004d76f348443 100644 (file)
@@ -61,9 +61,9 @@
 </form>
 <form>
     <div id="radio3">
-        <input type="radio" id="radio31" name="data['Page']['parse']" /><label for="radio31">Choice 1</label>
-        <input type="radio" id="radio32" name="data['Page']['parse']" checked="checked" /><label for="radio32">Choice 2</label>
-        <input type="radio" id="radio33" name="data['Page']['parse']" /><label for="radio33">Choice 3</label>
+        <input type="radio" id="radio31" name="data['Page']['parse']"><label for="radio31">Choice 1</label>
+        <input type="radio" id="radio32" name="data['Page']['parse']" checked="checked"><label for="radio32">Choice 2</label>
+        <input type="radio" id="radio33" name="data['Page']['parse']"><label for="radio33">Choice 3</label>
     </div>
 </form>​