aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/autocomplete
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-08-03 21:43:52 -0400
committerScott González <scott.gonzalez@gmail.com>2011-08-03 21:43:52 -0400
commit6fb68568bea4fcaf0caff77363819b3d7c732cd4 (patch)
tree9a869c658b574eda6668fce064ed02c7047c2000 /tests/unit/autocomplete
parentcff6b56fd429b0be2e1668a26b362775263f8925 (diff)
downloadjquery-ui-6fb68568bea4fcaf0caff77363819b3d7c732cd4.tar.gz
jquery-ui-6fb68568bea4fcaf0caff77363819b3d7c732cd4.zip
Tests: Cleanup.
Diffstat (limited to 'tests/unit/autocomplete')
-rw-r--r--tests/unit/autocomplete/autocomplete.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/autocomplete/autocomplete.html b/tests/unit/autocomplete/autocomplete.html
index 39e88fdd5..8dc86c621 100644
--- a/tests/unit/autocomplete/autocomplete.html
+++ b/tests/unit/autocomplete/autocomplete.html
@@ -37,7 +37,7 @@
<div id="qunit-fixture">
<div id="ac-wrap1" class="ac-wrap"></div>
-<div id="ac-wrap2" class="ac-wrap"><input id="autocomplete" class="foo" /></div>
+<div id="ac-wrap2" class="ac-wrap"><input id="autocomplete" class="foo"></div>
<div id="autocomplete-contenteditable" contenteditable="" tabindex=0></div>
</div>