diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2023-01-16 19:38:19 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2023-01-16 19:38:19 +0100 |
| commit | 7620b379d4284354715f82c226ca77c94b25a980 (patch) | |
| tree | 0e0bdb9ca90f9b9a5f84dda8e3f5883aaa969dea /src | |
| parent | cb057646e818cf4058864314cc4271a38bb07942 (diff) | |
| download | blob-bin-7620b379d4284354715f82c226ca77c94b25a980.tar.xz blob-bin-7620b379d4284354715f82c226ca77c94b25a980.zip | |
fix: Correct label and id for text-mimetype
Diffstat (limited to 'src')
| -rw-r--r-- | src/wwwroot/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wwwroot/index.html b/src/wwwroot/index.html index 1495cf1..429b3a1 100644 --- a/src/wwwroot/index.html +++ b/src/wwwroot/index.html @@ -34,8 +34,8 @@ <h2>Upload some text</h2> <form action="/text" method="post" id="text-form" autocomplete="off" autocapitalize="off"> <textarea id="text" name="content" required></textarea> - <label for="text-password">Mimetype (default: text/plain)</label> - <input type="password" name="mime" id="text-mimetype"> + <label for="text-mimetype">Mimetype (default: text/plain)</label> + <input type="text" name="mime" id="text-mimetype"> <label for="text-password">Password (optional)</label> <input type="password" name="password" id="text-password"> <label for="text-auto-delete"> |
