[html5] r4771 - [e] (0) I apparently don't know how to write HTML. Fixing http://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 17 18:05:52 PST 2010
Author: ianh
Date: 2010-02-17 18:05:50 -0800 (Wed, 17 Feb 2010)
New Revision: 4771
Modified:
complete.html
index
source
Log:
[e] (0) I apparently don't know how to write HTML.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8971
Modified: complete.html
===================================================================
--- complete.html 2010-02-18 02:01:26 UTC (rev 4770)
+++ complete.html 2010-02-18 02:05:50 UTC (rev 4771)
@@ -36448,7 +36448,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>
@@ -38742,7 +38742,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>
Modified: index
===================================================================
--- index 2010-02-18 02:01:26 UTC (rev 4770)
+++ index 2010-02-18 02:05:50 UTC (rev 4771)
@@ -36350,7 +36350,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>
@@ -38644,7 +38644,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>
Modified: source
===================================================================
--- source 2010-02-18 02:01:26 UTC (rev 4770)
+++ source 2010-02-18 02:05:50 UTC (rev 4771)
@@ -40363,7 +40363,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>
@@ -43136,7 +43136,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>
More information about the Commit-Watchers
mailing list