remove label "for="

This commit is contained in:
creme 2020-01-20 10:54:56 +01:00
parent 914a664345
commit d4ea225a18
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ please allow up to 24 hours for a response.
<h3>UPLOAD DIRECTLY</h3>
<br />
<form action="{0}" method="POST" enctype="multipart/form-data">
<label for="file">File:</label><br />
<label>File:</label><br />
<input class="form-control" type="file" name="file" style="width:250px;"><br />
<input class="form-control" type="submit" value="Submit">
</form>