diff options
author | David Serduke <davidserduke@gmail.com> | 2007-12-07 01:52:21 +0000 |
---|---|---|
committer | David Serduke <davidserduke@gmail.com> | 2007-12-07 01:52:21 +0000 |
commit | ffbedf0262b3eea906f39c0115b818d7456a3994 (patch) | |
tree | 69dc757c4b0eaa921ab58b8d35271a5ca2d26e90 /test/index.html | |
parent | 12ef255ffdb3c2d045ee37beb9419f14d9c30217 (diff) | |
download | jquery-ffbedf0262b3eea906f39c0115b818d7456a3994.tar.gz jquery-ffbedf0262b3eea906f39c0115b818d7456a3994.zip |
Fixed #1039 and #1733 by going through the core API and making them text node and comment node safe.
Diffstat (limited to 'test/index.html')
-rw-r--r-- | test/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html index 4f6863968..cdd6a30be 100644 --- a/test/index.html +++ b/test/index.html @@ -171,6 +171,7 @@ Z</textarea> <input type="checkbox" name="checkedtestcheckboxes" /> </div> </form> + <div id="nonnodes"><span>hi</span> there <!-- mon ami --></div> </div> </div> </dl> |