Skip to content

Commit

Permalink
[e] (0) forgot to fix this one in r5764
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12576

git-svn-id: http://svn.whatwg.org/webapps@6334 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 28, 2011
1 parent 60845c6 commit 14f6e5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 July 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 28 July 2011</h2>
</hgroup><dl><dt>Multiple-page version:</dt>
<dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
<dt>One-page version:</dt>
Expand Down Expand Up @@ -83323,7 +83323,7 @@ <h5 id=determining-the-character-encoding><span class=secno>13.2.2.1 </span>Dete
is null, then jump to the second step of the overall "two
step" algorithm.</li>

<li><p>If <var title="">mode</var> is true but <var title="">got pragma</var> is false, then jump to the second
<li><p>If <var title="">need pragma</var> is true but <var title="">got pragma</var> is false, then jump to the second
step of the overall "two step" algorithm.</li>

<li><p>If <var title="">charset</var> is a UTF-16 encoding,
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 July 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 28 July 2011</h2>
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -78896,7 +78896,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
is null, then jump to the second step of the overall "two
step" algorithm.</li>

<li><p>If <var title="">mode</var> is true but <var title="">got pragma</var> is false, then jump to the second
<li><p>If <var title="">need pragma</var> is true but <var title="">got pragma</var> is false, then jump to the second
step of the overall "two step" algorithm.</li>

<li><p>If <var title="">charset</var> is a UTF-16 encoding,
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -94400,7 +94400,7 @@ interface <dfn>WindowLocalStorage</dfn> {
is null, then jump to the second step of the overall "two
step" algorithm.</p></li>

<li><p>If <var title="">mode</var> is true but <var
<li><p>If <var title="">need pragma</var> is true but <var
title="">got pragma</var> is false, then jump to the second
step of the overall "two step" algorithm.</p></li>

Expand Down

0 comments on commit 14f6e5b

Please sign in to comment.