aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2011-09-28 15:50:33 -0400
committerRick Waldron <waldron.rick@gmail.com>2011-09-28 15:50:33 -0400
commitdb31faccd7b96fb09ac49d6dafca9bf2357d3e83 (patch)
treed4ffafff029a4c04744936aaecae5ae74a60b394
parent9c4aaeb0a876235614bd0310517d2f86543c5f45 (diff)
downloadjquery-db31faccd7b96fb09ac49d6dafca9bf2357d3e83.tar.gz
jquery-db31faccd7b96fb09ac49d6dafca9bf2357d3e83.zip
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);
});