diff --git a/tests/unit/button/button_options.js b/tests/unit/button/button_options.js index 9c8ed84d3..834a64dcf 100644 --- a/tests/unit/button/button_options.js +++ b/tests/unit/button/button_options.js @@ -41,13 +41,13 @@ test("disabled, null", function() { test( "disabled, ui-state-active is removed unless checkbox or radio", function() { expect( 12 ); var elements = [ - $( "" ), - $( "" ), - $( "" ), - $( "
" ), - $( "" ), - $( "" ) - ]; + $( "" ), + $( "" ), + $( "" ), + $( "" ), + $( "" ), + $( "" ) + ]; $.each( elements, function() { var element = $( this ).first().button(),