Merge pull request #46 from 1265578519/patch-1

修复中文编码上传导致的一个问题,默认勾选
This commit is contained in:
Eric Johansson (neku) 2018-03-12 12:30:15 +01:00 committed by GitHub
commit 7591891674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
<p>
<input type="checkbox" id="randomname" name="randomname" />
<input name="randomname" type="checkbox" id="randomname" checked="checked" />
<label for="randomname">Generate random filename</label>
</p>