aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-07-08 04:46:21 +0000
committerJohn Resig <jeresig@gmail.com>2007-07-08 04:46:21 +0000
commit5ed992d5f590a06429859c6b5c511fce07a33b28 (patch)
tree9608d98bf4cb84f32b19e1a2792d6d144fc83876 /build
parentbdb5dad8e521c060980e3efecb53b81b15ce74b0 (diff)
downloadjquery-5ed992d5f590a06429859c6b5c511fce07a33b28.tar.gz
jquery-5ed992d5f590a06429859c6b5c511fce07a33b28.zip
Making the test suite a little more XML-compliant.
Diffstat (limited to 'build')
-rw-r--r--build/test/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/test/index.html b/build/test/index.html
index 36e37aed1..756e2a5e3 100644
--- a/build/test/index.html
+++ b/build/test/index.html
@@ -91,8 +91,8 @@
<b id="floatTest">Float test.</b>
<iframe id="iframe" name="iframe"></iframe>
<form id="lengthtest">
- <input type="text" id="length" name="test">
- <input type="text" id="idTest" name="id">
+ <input type="text" id="length" name="test"/>
+ <input type="text" id="idTest" name="id"/>
</form>
<table id="table"></table>
</div>