]> source.dussan.org Git - jquery-ui.git/commitdiff
Button tests: Whitespace.
authorScott González <scott.gonzalez@gmail.com>
Tue, 20 Nov 2012 17:52:26 +0000 (12:52 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 20 Nov 2012 17:52:26 +0000 (12:52 -0500)
tests/unit/button/button.html

index 8c9335aeb48a149f04e0546704c004d76f348443..38820999192a2e0be3bdeabe251f47b692999e9f 100644 (file)
        </div>
 </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>
-    </div>
-</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>
+       </div>
+</form>
 
 <input type="checkbox" id="check"><label for="check">Toggle</label>