Skip to content

Commit

Permalink
[e] (0) typo - thanks myakura
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4944 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 2, 2010
1 parent 220494a commit 3ece59f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@

<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>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 1 April 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 2 April 2010</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>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -3283,8 +3283,8 @@ <h4 id=extensibility><span class=secno>2.2.2 </span>Extensibility</h4>
these features could write:</p>

<pre>&lt;p&gt;This smells of lemons!
&lt;span -ferret-smellovision -fetter-smellcode="LEM01"
-mb-outputsmell -mb-smell="lemon juice"&gt;&lt;/span&gt;&lt;/p&gt;</pre>
&lt;span _ferret-smellovision _fetter-smellcode="LEM01"
_mb-outputsmell _mb-smell="lemon juice"&gt;&lt;/span&gt;&lt;/p&gt;</pre>

</div>

Expand Down
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

<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 (including next generation additions still in development)</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 1 April 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 2 April 2010</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>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -3181,8 +3181,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
these features could write:</p>

<pre>&lt;p&gt;This smells of lemons!
&lt;span -ferret-smellovision -fetter-smellcode="LEM01"
-mb-outputsmell -mb-smell="lemon juice"&gt;&lt;/span&gt;&lt;/p&gt;</pre>
&lt;span _ferret-smellovision _fetter-smellcode="LEM01"
_mb-outputsmell _mb-smell="lemon juice"&gt;&lt;/span&gt;&lt;/p&gt;</pre>

</div>

Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -2213,8 +2213,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
these features could write:</p>

<pre>&lt;p>This smells of lemons!
&lt;span -ferret-smellovision -fetter-smellcode="LEM01"
-mb-outputsmell -mb-smell="lemon juice">&lt;/span>&lt;/p></pre>
&lt;span _ferret-smellovision _fetter-smellcode="LEM01"
_mb-outputsmell _mb-smell="lemon juice">&lt;/span>&lt;/p></pre>

</div>

Expand Down

0 comments on commit 3ece59f

Please sign in to comment.