diff options
| author | Marin Ivanov <[email protected]> | 2026-01-21 04:03:41 +0200 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2026-01-21 04:03:41 +0200 |
| commit | d7e711a4fa63a90ee966d3e7c55245c530ff2fee (patch) | |
| tree | 64fe6cbd67a510c5baa3a77c6172dd5cee87dc94 /template.html | |
| parent | ab19a573b9930b50f15b1f132f7f8cf4d8d1e040 (diff) | |
replace the "auto" mime-type with input placeholder
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html b/template.html index 2d7f9e6..dba4b96 100644 --- a/template.html +++ b/template.html @@ -238,7 +238,7 @@ <div> <label> Mime-Type: - <input type="text" name="file_mimetype" value="auto" /> + <input type="text" name="file_mimetype" placeholder="auto" value="" /> </label> </div> </div> |
