diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-20 12:52:26 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-20 12:52:26 -0500 |
commit | c348f2890c3b44d81b54ae9a069152943a2da7e7 (patch) | |
tree | 1ac2f0d5de639f62cfe76a3bb4085f77c096d7ff /tests/unit/button | |
parent | 3c6c22b179787a118538f70c0cd56a778a16adba (diff) | |
download | jquery-ui-c348f2890c3b44d81b54ae9a069152943a2da7e7.tar.gz jquery-ui-c348f2890c3b44d81b54ae9a069152943a2da7e7.zip |
Button tests: Whitespace.
Diffstat (limited to 'tests/unit/button')
-rw-r--r-- | tests/unit/button/button.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html index 8c9335aeb..388209991 100644 --- a/tests/unit/button/button.html +++ b/tests/unit/button/button.html @@ -60,12 +60,12 @@ </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> |