diff options
| author | clsr <clsr@clsr.net> | 2016-06-16 07:11:07 +0200 | 
|---|---|---|
| committer | clsr <clsr@clsr.net> | 2016-06-16 07:11:07 +0200 | 
| commit | 7414366686753e3ad6ae26039821f81336ebc408 (patch) | |
| tree | a085930e196c49bd862f9e156b4354c284175940 /pages | |
| parent | 7dd9e07ca99437f7f7ae0da31ef3fcdb35937f94 (diff) | |
| download | gomf-web-pomf-7414366686753e3ad6ae26039821f81336ebc408.tar.gz gomf-web-pomf-7414366686753e3ad6ae26039821f81336ebc408.zip  | |
Remove excess hidden input element in index.htmlv0.1.2
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.html | 1 | 
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">  |