forked from orbit-oss/flask
Remove extra HTML tag from fileupload docs (#2141)
This commit is contained in:
parent
dc5f48f587
commit
fca5577a00
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ the file and redirects the user to the URL for the uploaded file::
|
||||||
<title>Upload new File</title>
|
<title>Upload new File</title>
|
||||||
<h1>Upload new File</h1>
|
<h1>Upload new File</h1>
|
||||||
<form method=post enctype=multipart/form-data>
|
<form method=post enctype=multipart/form-data>
|
||||||
<p><input type=file name=file>
|
<input type=file name=file>
|
||||||
<input type=submit value=Upload>
|
<input type=submit value=Upload>
|
||||||
</form>
|
</form>
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue