- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 24 Jan 2010 11:34:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8531 Modified Files: Overview.html Log Message: oops, forgot to escape the ampersand for the spec's markup... (whatwg r4626) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3686 retrieving revision 1.3687 diff -u -d -r1.3686 -r1.3687 --- Overview.html 24 Jan 2010 10:47:10 -0000 1.3686 +++ Overview.html 24 Jan 2010 11:34:36 -0000 1.3687 @@ -16897,7 +16897,7 @@ <article> <footer> At <time pubdate>2009-08-21T23:58Z</time>, <a href="/users/ch">ch</a> writes: </footer> <iframe seamless sandbox="allow-same-origin" srcdoc="<p>hey that's earl's table. -<p>you should get earl&amp;me on the next cover."></iframe> +<p>you should get earl&amp;amp;me on the next cover."></iframe> </article></pre> </div><p class="note">In <a href="#syntax">the HTML syntax</a>, authors need only
Received on Sunday, 24 January 2010 11:34:41 UTC