Skip to content

Commit

Permalink
Zen #2 and be green @ http://validator.w3.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Hummel committed Jul 14, 2011
1 parent b9324f3 commit d2998b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/fileuploads.rst
Expand Up @@ -66,7 +66,7 @@ the file and redirects the user to the URL for the uploaded file::
<!doctype html>
<title>Upload new File</title>
<h1>Upload new File</h1>
<form action="" method=post enctype=multipart/form-data>
<form action=/ method=post enctype=multipart/form-data>
<input type=file name=file>
<input type=submit value=Upload>
</form>
Expand Down

0 comments on commit d2998b2

Please sign in to comment.