Merge pull request #522 from rwldrn/10371

Removes 'subline' from test/index.html. Fixes #10371
This commit is contained in:
Dave Methvin 2011-10-05 14:22:31 -07:00
commit 30cc7ae75c

View File

@ -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);
});