diff options
-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> |