diff options
Diffstat (limited to 'www/submit.xhtml')
-rw-r--r-- | www/submit.xhtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/submit.xhtml b/www/submit.xhtml index 4a7ed50..bb950d9 100644 --- a/www/submit.xhtml +++ b/www/submit.xhtml @@ -8,11 +8,11 @@ <tr> <th>archive</th> <td> - <input type="file" - name="archive" - accept=".tar.gz" - required=""/> - </td> + <input type="file" + name="archive" + accept=".tar.gz" + required=""/> + </td> </tr> <tr> <th>sha256sum</th> |