- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Aug 2011 22:02:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv12712
Modified Files:
Overview.html
Log Message:
typo (whatwg r6348)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5070
retrieving revision 1.5071
diff -u -d -r1.5070 -r1.5071
--- Overview.html 2 Aug 2011 22:00:33 -0000 1.5070
+++ Overview.html 2 Aug 2011 22:02:27 -0000 1.5071
@@ -1735,7 +1735,7 @@
<li><a href="message.cgi?say=Hello">Say Hello</a>
<li><a href="message.cgi?say=Welcome">Say Welcome</a>
<li><a href="message.cgi?say=Kittens">Say Kittens</a>
-</ul></pre>
+</ul></pre>
<p>If the message was just displayed to the user without
escaping, a hostile attacker could then craft a URL that
@@ -1752,7 +1752,7 @@
<p>This is called a cross-site scripting attack.</p>
- </pre></div>
+ </div>
</dd>
Received on Tuesday, 2 August 2011 22:02:32 UTC