diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-05-02 18:14:12 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-05-02 18:14:12 -0400 |
commit | 6d2fd57f452398123f8edefa25eef8045d1b586e (patch) | |
tree | 72332f3417583a3269e8469cc4cf9d50b1960de0 /test | |
parent | ea24cd106b86dae2411e5b87c367f6ff5163aee8 (diff) | |
download | jquery-6d2fd57f452398123f8edefa25eef8045d1b586e.tar.gz jquery-6d2fd57f452398123f8edefa25eef8045d1b586e.zip |
Fix QUnit Header links
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html index 1a4d0582a..3d421a565 100644 --- a/test/index.html +++ b/test/index.html @@ -50,7 +50,7 @@ </head> <body id="body"> - <h1 id="qunit-header">jQuery Test Suite + <h1 id="qunit-header"><a href="/jquery/test/index.html">jQuery Test Suite</a> <a href="?jquery=min">(minified)</a> </h1> <h2 id="qunit-banner"></h2> |