Skip to content

Commit

Permalink
[e] (0) copypasta alert
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8138

git-svn-id: http://svn.whatwg.org/webapps@4444 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 15, 2009
1 parent 8f0cbeb commit f9fba21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -13831,7 +13831,7 @@ <h4 id=the-aside-element><span class=secno>4.4.5 </span>The <dfn><code>aside</co
&lt;/article&gt;
&lt;article&gt;
&lt;!-- <em>this is also a blog post</em> --&gt;
&lt;h1&gt;My last post&lt;/h1&gt;
&lt;h1&gt;My first post&lt;/h1&gt;
&lt;p&gt;This is my first post.&lt;/p&gt;
&lt;aside&gt;
&lt;!-- <em>this aside is about the blog post, since it's inside the
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -13666,7 +13666,7 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;
&lt;/article&gt;
&lt;article&gt;
&lt;!-- <em>this is also a blog post</em> --&gt;
&lt;h1&gt;My last post&lt;/h1&gt;
&lt;h1&gt;My first post&lt;/h1&gt;
&lt;p&gt;This is my first post.&lt;/p&gt;
&lt;aside&gt;
&lt;!-- <em>this aside is about the blog post, since it's inside the
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -14532,7 +14532,7 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
&lt;/article>
&lt;article>
&lt;!-- <em>this is also a blog post</em> -->
&lt;h1>My last post&lt;/h1>
&lt;h1>My first post&lt;/h1>
&lt;p>This is my first post.&lt;/p>
&lt;aside>
&lt;!-- <em>this aside is about the blog post, since it's inside the
Expand Down

0 comments on commit f9fba21

Please sign in to comment.