diff options
author | creme <creme@envs.net> | 2020-01-20 10:54:56 +0100 |
---|---|---|
committer | creme <creme@envs.net> | 2020-01-20 10:54:56 +0100 |
commit | d4ea225a184b934912f0813b3cc7c11d063a9cc5 (patch) | |
tree | 069208ac2424ff51374e43984c5634dd30957faa | |
parent | fix html/css (diff) | |
download | hex-zero-d4ea225a184b934912f0813b3cc7c11d063a9cc5.tar.gz hex-zero-d4ea225a184b934912f0813b3cc7c11d063a9cc5.tar.bz2 hex-zero-d4ea225a184b934912f0813b3cc7c11d063a9cc5.zip |
remove label "for="
-rwxr-xr-x | fhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |