html5/html4-differences Overview.src.html,1.132,1.133 Overview.html,1.155,1.156

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv32053

Modified Files:
	Overview.src.html Overview.html 
Log Message:
forgot </label> in example

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Overview.html	19 May 2011 11:40:15 -0000	1.155
+++ Overview.html	19 May 2011 11:53:18 -0000	1.156
@@ -774,7 +774,7 @@
  &lt;option>Red
  &lt;option>Green
  &lt;option>Blue
-&lt;/select></code></pre>
+&lt;/select>&lt;/label></code></pre>
 
    <li>
     <p>The <code>fieldset</code> element now allows the <code>disabled</code>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- Overview.src.html	19 May 2011 11:40:15 -0000	1.132
+++ Overview.src.html	19 May 2011 11:53:17 -0000	1.133
@@ -584,7 +584,7 @@
  &lt;option>Red
  &lt;option>Green
  &lt;option>Blue
-&lt;/select></code></pre>
+&lt;/select>&lt;/label></code></pre>
 
       <li><p>The <code>fieldset</code> element now allows the
       <code>disabled</code> attribute which disables all descendant controls

Received on Thursday, 19 May 2011 11:53:21 UTC