html5/spec Overview.html,1.4370,1.4371

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7476

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r5479)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4370
retrieving revision 1.4371
diff -u -d -r1.4370 -r1.4371
--- Overview.html	24 Sep 2010 21:59:17 -0000	1.4370
+++ Overview.html	24 Sep 2010 23:09:00 -0000	1.4371
@@ -26788,7 +26788,7 @@
  </fieldset>
  <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900"></label></p>
  <p><label>Delivery instructions: <textarea></textarea></label></p>
-<strong> &lt;p&gt;&lt;button&gt;Submit order&lt;/button&gt;&lt;p&gt;</strong>
+<strong> &lt;p&gt;&lt;button&gt;Submit order&lt;/button&gt;&lt;/p&gt;</strong>
 &lt;/form&gt;</pre><h5 id="implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</h5><p><i>This section is non-normative.</i><p>The exact details for writing a server-side processor are out of
   scope for this specification. For the purposes of this introduction,
   we will assume that the script at <code title="">https://pizza.example.com/order.cgi</code> is configured to

Received on Friday, 24 September 2010 23:09:07 UTC