Skip to content

Commit

Permalink
[e] (0) typo in example for forms
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25996
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8658 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 5, 2014
1 parent 5e703c1 commit 6f7fd1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -37736,7 +37736,7 @@ <h5 id=implementing-the-server-side-processing-for-a-form><span class=secno>4.10
instructions text field blank, the user agent would submit the following to the online Web
service:</p>

<pre>custname=Denise+Lawrence&amp;custtel=555-321-8624&amp;custemail=&amp;size=medium&amp;topping=cheese&amp;topping=mushroom&amp;delivery=19%3A00&amp;comments=</pre>
<pre>custname=Denise+Lawrence&amp;custtel=555-321-8642&amp;custemail=&amp;size=medium&amp;topping=cheese&amp;topping=mushroom&amp;delivery=19%3A00&amp;comments=</pre>


<h5 id=client-side-form-validation><span class=secno>4.10.1.4 </span>Client-side form validation</h5>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -37736,7 +37736,7 @@ the cell that corresponds to the values of the two dice.
instructions text field blank, the user agent would submit the following to the online Web
service:</p>

<pre>custname=Denise+Lawrence&amp;custtel=555-321-8624&amp;custemail=&amp;size=medium&amp;topping=cheese&amp;topping=mushroom&amp;delivery=19%3A00&amp;comments=</pre>
<pre>custname=Denise+Lawrence&amp;custtel=555-321-8642&amp;custemail=&amp;size=medium&amp;topping=cheese&amp;topping=mushroom&amp;delivery=19%3A00&amp;comments=</pre>


<h5 id=client-side-form-validation><span class=secno>4.10.1.4 </span>Client-side form validation</h5>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -39912,7 +39912,7 @@ the cell that corresponds to the values of the two dice.
instructions text field blank, the user agent would submit the following to the online Web
service:</p>

<pre>custname=Denise+Lawrence&amp;custtel=555-321-8624&amp;custemail=&amp;size=medium&amp;topping=cheese&amp;topping=mushroom&amp;delivery=19%3A00&amp;comments=</pre>
<pre>custname=Denise+Lawrence&amp;custtel=555-321-8642&amp;custemail=&amp;size=medium&amp;topping=cheese&amp;topping=mushroom&amp;delivery=19%3A00&amp;comments=</pre>


<h5>Client-side form validation</h5>
Expand Down

0 comments on commit 6f7fd1d

Please sign in to comment.