diff options
-rw-r--r-- | tests/unit/button/button.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html index 93f9af611..8c9335aeb 100644 --- a/tests/unit/button/button.html +++ b/tests/unit/button/button.html @@ -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> |