diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-31 21:56:32 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-31 21:56:32 +0000 |
commit | de4e28e1ba8cad85818b298009dca8098005c673 (patch) | |
tree | 6847f9cd89d52d4b2f9fff4d8ac99451db29354f /build | |
parent | d4849a0d3589ea3d369137f79b102eb68403b489 (diff) | |
download | jquery-de4e28e1ba8cad85818b298009dca8098005c673.tar.gz jquery-de4e28e1ba8cad85818b298009dca8098005c673.zip |
Added test for #745
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 ffeb9f9b1..1a00fd78a 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -30,7 +30,7 @@ <div id="foo"> <p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p> <p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p> - <p id="sap">This link has <code><a href="http://smin/#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p> + <p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p> </div> <p id="first">Try them out:</p> |