diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2006-10-17 19:12:22 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2006-10-17 19:12:22 +0000 |
commit | 14b09024cbe39bc16200448170ccbd183e3a9ec2 (patch) | |
tree | 3505f7f99d59db9e5104b277533b7cbc8b0591ff /build/test/index.html | |
parent | 6f7cd669597cbcf026886074fb31963fe767e2b3 (diff) | |
download | jquery-14b09024cbe39bc16200448170ccbd183e3a9ec2.tar.gz jquery-14b09024cbe39bc16200448170ccbd183e3a9ec2.zip |
Fix and tests for appending HTML options to select elements.
Fixed previous tests for 193 and 170.
Diffstat (limited to 'build/test/index.html')
-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 d79ba4e27..c07230f49 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -71,7 +71,7 @@ <option id="option3d" value="3">3</option> </select> </form> - <p id="floatTest">Float test.</div> + <b id="floatTest">Float test.</b> </div> </dl> |