diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:32:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:32:57 +0300 |
commit | b76f47b910bd924f1384dad71043d39f5dfe1f18 (patch) | |
tree | 1dad628e1e63121d592b3c2b0ccb6b8cdd9563f6 /www/submit.xhtml | |
parent | 0a66376a54b3ef4b1c754e65cc2f7d0e8b2987e8 (diff) |
Cleanup some files replacing tabs with spaces
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> |