summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2016-06-16 07:11:07 +0200
committerclsr <clsr@clsr.net>2016-06-16 07:11:07 +0200
commit7414366686753e3ad6ae26039821f81336ebc408 (patch)
treea085930e196c49bd862f9e156b4354c284175940
parent7dd9e07ca99437f7f7ae0da31ef3fcdb35937f94 (diff)
downloadgomf-web-pomf-0.1.2.tar.gz
gomf-web-pomf-0.1.2.zip
Remove excess hidden input element in index.htmlv0.1.2
-rw-r--r--pages/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/index.html b/pages/index.html
index 6885e2a..f7d9f51 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -15,7 +15,6 @@
<p class="lead">Max upload size is {{ .MaxSize }}, read the <a href="faq.html">FAQ</a></p>
<form id="upload-form" enctype="multipart/form-data" method="post" action="upload.php?output=html">
- <input type="hidden" name="output" value="html">
<button style="display: none" id="upload-btn" class="btn" type="button">Select or drop file(s)</button>
<input type="file" id="upload-input" name="files[]" multiple data-max-size="{{ .MaxSize }}">
<input type="submit" value="Submit">