diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-09-16 17:09:54 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-09-16 17:09:54 +0000 |
commit | 060c55bf043922401cb033117a3091ad24dbf047 (patch) | |
tree | 263ea4e382d89aac155941d0aaa21f26f785e96d /build | |
parent | fa2aaf27c29769ca6611a77889321443db47e8e0 (diff) | |
download | jquery-060c55bf043922401cb033117a3091ad24dbf047.tar.gz jquery-060c55bf043922401cb033117a3091ad24dbf047.zip |
Added test for bug #190
Diffstat (limited to 'build')
-rw-r--r-- | build/test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test/index.html b/build/test/index.html index 9ee1d4e4e..74539eff5 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -52,7 +52,7 @@ <option id="option1c" value="2">2</option>
<option id="option1d" value="3">3</option>
</select>
- <select name="select1" id="select2">
+ <select name="select2" id="select2">
<option id="option2a" value="">Nothing</option>
<option id="option2b" value="1">1</option>
<option id="option2c" value="2">2</option>
|