Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5612 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2010
1 parent 2b57fd5 commit a96c088
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 @@ -76614,7 +76614,7 @@ <h4 id=overview-of-the-parsing-model><span class=secno>12.2.1 </span>Overview of

<p>In the following example, the tree construction stage will be
called upon to handle a "p" start tag token while handling the
"script" start tag token:</p>
"script" end tag token:</p>

<pre>...
&lt;script&gt;
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -72528,7 +72528,7 @@ interface <dfn id=messageport>MessagePort</dfn> {

<p>In the following example, the tree construction stage will be
called upon to handle a "p" start tag token while handling the
"script" start tag token:</p>
"script" end tag token:</p>

<pre>...
&lt;script&gt;
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -87462,7 +87462,7 @@ interface <dfn>SQLTransactionSync</dfn> {

<p>In the following example, the tree construction stage will be
called upon to handle a "p" start tag token while handling the
"script" start tag token:</p>
"script" end tag token:</p>

<pre>...
&lt;script>
Expand Down

0 comments on commit a96c088

Please sign in to comment.