diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-12-30 10:13:14 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2006-12-30 10:13:14 +0000 |
commit | 8786fa527613dabfec75daf5c94c41a279560c1f (patch) | |
tree | cf7b13d4d7bf101895da2e2ae30b5bfcf8906853 /build/test/index.html | |
parent | 09bfb5df0dd385bdf1f6b8bca7c29d3fd98b87c5 (diff) | |
download | jquery-8786fa527613dabfec75daf5c94c41a279560c1f.tar.gz jquery-8786fa527613dabfec75daf5c94c41a279560c1f.zip |
Fix for #745
Diffstat (limited to 'build/test/index.html')
-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 24d206467..22f7df1f2 100644 --- a/build/test/index.html +++ b/build/test/index.html @@ -22,14 +22,14 @@ <p id="ap"> Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>, <a id="groups" href="http://groups.google.com/">Google Groups</a>. - This link has <code><a href="#" id="anchor1">class="blog"</a></code>: + This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>: <a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a> </p> <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="#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="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> </div> <p id="first">Try them out:</p> |