Skip to content

Commit

Permalink
[e] (0) make the headers more consistently marked up
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4409 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 6, 2009
1 parent 4b602c5 commit a74c526
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,14 @@
load('toc.js');
load('styler.js');
load('updater.js');
if (document.documentElement.className == "")
load('dfn.js');
load('dfn.js');
load('status.js');
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
}
</script><body class=cfc onload=init()>

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 6 December 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
Expand Down

0 comments on commit a74c526

Please sign in to comment.