- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 02:06:00 +0000
- To: public-html-commits@w3.org
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><form action="products.cgi" method=post enctype="multipart/formdata"> + <pre><form action="products.cgi" method=post enctype="multipart/form-data"> <table> <tr> <th> Product ID <th> Product name <th> Price <th> Action <tr> @@ -31350,7 +31350,7 @@ store, and submit the public key to the server, markup such as the following can be used:</p> - <pre><form action="processkey.cgi" method="post" enctype="multipart/formdata"> + <pre><form action="processkey.cgi" method="post" enctype="multipart/form-data"> <p><keygen name="key"></p> <p><input type=submit value="Submit key..."></p> </form></pre>
Received on Thursday, 18 February 2010 02:06:01 UTC