diff options
author | John Resig <jeresig@gmail.com> | 2007-07-08 04:46:21 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-07-08 04:46:21 +0000 |
commit | 5ed992d5f590a06429859c6b5c511fce07a33b28 (patch) | |
tree | 9608d98bf4cb84f32b19e1a2792d6d144fc83876 /build | |
parent | bdb5dad8e521c060980e3efecb53b81b15ce74b0 (diff) | |
download | jquery-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.html | 4 |
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> |