Remove extra HTML tag from fileupload docs (#2141)

This commit is contained in:
Sebastian Kalinowski 2017-02-28 06:05:09 +01:00 committed by Hsiaoming Yang
parent dc5f48f587
commit fca5577a00

View file

@ -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>
'''