html5/spec Overview.html,1.3818,1.3819

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

Modified Files:
	Overview.html 
Log Message:
I apparently don't know how to write HTML. (whatwg r4771)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3818
retrieving revision 1.3819
diff -u -d -r1.3818 -r1.3819
--- Overview.html	18 Feb 2010 02:02:01 -0000	1.3818
+++ Overview.html	18 Feb 2010 02:05:56 -0000	1.3819
@@ -29349,7 +29349,7 @@
    form, for consistency with the row representing a new product
    (where the identifier is not yet filled in).</p>
 
-   <pre>&lt;form action="products.cgi" method=post enctype="multipart/formdata"&gt;
+   <pre>&lt;form action="products.cgi" method=post enctype="multipart/form-data"&gt;
  &lt;table&gt;
   &lt;tr&gt; &lt;th&gt; Product ID &lt;th&gt; Product name &lt;th&gt; Price &lt;th&gt; Action
   &lt;tr&gt;
@@ -31350,7 +31350,7 @@
    store, and submit the public key to the server, markup such as the
    following can be used:</p>
 
-   <pre>&lt;form action="processkey.cgi" method="post" enctype="multipart/formdata"&gt;
+   <pre>&lt;form action="processkey.cgi" method="post" enctype="multipart/form-data"&gt;
  &lt;p&gt;&lt;keygen name="key"&gt;&lt;/p&gt;
  &lt;p&gt;&lt;input type=submit value="Submit key..."&gt;&lt;/p&gt;
 &lt;/form&gt;</pre>

Received on Thursday, 18 February 2010 02:06:01 UTC