Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@6348 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 2, 2011
1 parent b5a8497 commit 58245ea
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 @@ -2191,7 +2191,7 @@ <h4 id=writing-secure-applications-with-html><span class=secno>1.9.1 </span>Writ
&lt;li&gt;&lt;a href="message.cgi?say=Hello"&gt;Say Hello&lt;/a&gt;
&lt;li&gt;&lt;a href="message.cgi?say=Welcome"&gt;Say Welcome&lt;/a&gt;
&lt;li&gt;&lt;a href="message.cgi?say=Kittens"&gt;Say Kittens&lt;/a&gt;
&lt;/ul&gt;&lt;/pre&gt;
&lt;/ul&gt;</pre>

<p>If the message was just displayed to the user without
escaping, a hostile attacker could then craft a URL that
Expand All @@ -2208,7 +2208,7 @@ <h4 id=writing-secure-applications-with-html><span class=secno>1.9.1 </span>Writ

<p>This is called a cross-site scripting attack.</p>

</pre></div>
</div>

</dd>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -2093,7 +2093,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
&lt;li&gt;&lt;a href="message.cgi?say=Hello"&gt;Say Hello&lt;/a&gt;
&lt;li&gt;&lt;a href="message.cgi?say=Welcome"&gt;Say Welcome&lt;/a&gt;
&lt;li&gt;&lt;a href="message.cgi?say=Kittens"&gt;Say Kittens&lt;/a&gt;
&lt;/ul&gt;&lt;/pre&gt;
&lt;/ul&gt;</pre>

<p>If the message was just displayed to the user without
escaping, a hostile attacker could then craft a URL that
Expand All @@ -2110,7 +2110,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p>This is called a cross-site scripting attack.</p>

</pre></div>
</div>

</dd>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -986,7 +986,7 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
&lt;li>&lt;a href="message.cgi?say=Hello">Say Hello&lt;/a>
&lt;li>&lt;a href="message.cgi?say=Welcome">Say Welcome&lt;/a>
&lt;li>&lt;a href="message.cgi?say=Kittens">Say Kittens&lt;/a>
&lt;/ul>&lt;/pre>
&lt;/ul></pre>

<p>If the message was just displayed to the user without
escaping, a hostile attacker could then craft a URL that
Expand Down

0 comments on commit 58245ea

Please sign in to comment.