[html5] r4626 - [e] (0) oops, forgot to escape the ampersand for the spec's markup...
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jan 24 03:34:32 PST 2010
Author: ianh
Date: 2010-01-24 03:34:30 -0800 (Sun, 24 Jan 2010)
New Revision: 4626
Modified:
complete.html
index
source
Log:
[e] (0) oops, forgot to escape the ampersand for the spec's markup...
Modified: complete.html
===================================================================
--- complete.html 2010-01-24 10:47:05 UTC (rev 4625)
+++ complete.html 2010-01-24 11:34:30 UTC (rev 4626)
@@ -19721,7 +19721,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&me on the next cover."></iframe>
+<p>you should get earl&amp;me on the next cover."></iframe>
</article></pre>
</div>
Modified: index
===================================================================
--- index 2010-01-24 10:47:05 UTC (rev 4625)
+++ index 2010-01-24 11:34:30 UTC (rev 4626)
@@ -19621,7 +19621,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&me on the next cover."></iframe>
+<p>you should get earl&amp;me on the next cover."></iframe>
</article></pre>
</div>
Modified: source
===================================================================
--- source 2010-01-24 10:47:05 UTC (rev 4625)
+++ source 2010-01-24 11:34:30 UTC (rev 4626)
@@ -20978,7 +20978,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&me on the next cover."></iframe>
+<p>you should get earl&amp;me on the next cover."></iframe>
</article></pre>
</div>
More information about the Commit-Watchers
mailing list