- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 20 May 2011 20:51:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv12112
Modified Files:
Overview.src.html Overview.html
Log Message:
typo
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Overview.html 19 May 2011 12:02:43 -0000 1.158
+++ Overview.html 20 May 2011 20:51:45 -0000 1.159
@@ -752,7 +752,7 @@
<pre><code><label>Email:
<input type=email <strong>form=foo</strong> name=email>
</label>
-<form <strong>id=test</strong>></form></code></pre>
+<form <strong>id=foo</strong>></form></code></pre>
<li>
<p>The new <code>required</code> attribute applies to <code>input</code>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- Overview.src.html 19 May 2011 12:02:43 -0000 1.135
+++ Overview.src.html 20 May 2011 20:51:45 -0000 1.136
@@ -565,7 +565,7 @@
<pre><code><label>Email:
<input type=email <strong>form=foo</strong> name=email>
</label>
-<form <strong>id=test</strong>></form></code></pre>
+<form <strong>id=foo</strong>></form></code></pre>
</div>
</li>
Received on Friday, 20 May 2011 20:51:48 UTC