修复中文编码上传导致的一个问题,默认勾选

修复中文编码上传导致的一个问题,默认勾选
This commit is contained in:
小樱 2018-03-11 23:55:53 +08:00 committed by GitHub
parent 362ecdf843
commit 17e2bf6efc
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>