aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcreme <creme@envs.net>2020-01-20 10:54:56 +0100
committercreme <creme@envs.net>2020-01-20 10:54:56 +0100
commitd4ea225a184b934912f0813b3cc7c11d063a9cc5 (patch)
tree069208ac2424ff51374e43984c5634dd30957faa
parentfix html/css (diff)
downloadhex-zero-d4ea225a184b934912f0813b3cc7c11d063a9cc5.tar.gz
hex-zero-d4ea225a184b934912f0813b3cc7c11d063a9cc5.tar.bz2
hex-zero-d4ea225a184b934912f0813b3cc7c11d063a9cc5.zip
remove label "for="
-rwxr-xr-xfhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhost.py b/fhost.py
index 74c45a2..41d78e9 100755
--- a/fhost.py
+++ b/fhost.py
@@ -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>
bgstack15