Browse Source

Remove extra HTML tag from fileupload docs (#2141)

pull/2192/head
Sebastian Kalinowski 8 years ago committed by Hsiaoming Yang
parent
commit
fca5577a00
  1. 4
      docs/patterns/fileuploads.rst

4
docs/patterns/fileuploads.rst

@ -72,8 +72,8 @@ the file and redirects the user to the URL for the uploaded file::
<title>Upload new File</title>
<h1>Upload new File</h1>
<form method=post enctype=multipart/form-data>
<p><input type=file name=file>
<input type=submit value=Upload>
<input type=file name=file>
<input type=submit value=Upload>
</form>
'''

Loading…
Cancel
Save