aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2011-10-05 14:22:31 -0700
committerDave Methvin <dave.methvin@gmail.com>2011-10-05 14:22:31 -0700
commit30cc7ae75cb9a65db70168340a7d3717ab8a0e9e (patch)
tree9d57fe2ade88abf52289c1e2883d33bb562a94ec
parent22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f (diff)
parentdb31faccd7b96fb09ac49d6dafca9bf2357d3e83 (diff)
downloadjquery-30cc7ae75cb9a65db70168340a7d3717ab8a0e9e.tar.gz
jquery-30cc7ae75cb9a65db70168340a7d3717ab8a0e9e.zip
Merge pull request #522 from rwldrn/10371
Removes 'subline' from test/index.html. Fixes #10371
-rw-r--r--test/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index 294e04316..40e6803c7 100644
--- a/test/index.html
+++ b/test/index.html
@@ -55,7 +55,7 @@
<script>
// html5shiv, enabling HTML5 elements to be used with jQuery
( "abbr article aside audio canvas details figcaption figure footer header hgroup " +
- "mark meter nav output progress section subline summary time video"
+ "mark meter nav output progress section summary time video"
).replace(/\w+/g, function(n) {
document.createElement(n);
});