diff options
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> |