Bug489-DingRui #74
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "SPM2022F-CONTRIBUTORS-DingRui"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
修复了bug 489
@ -128,2 +128,2 @@
<p><input type="password" name="password" placeholder="输入密码" class="password"></p>
<p><input type="password" name="password2" placeholder="确认密码" class="password"></p>
<p><input type="password" name="password" placeholder="输入密码" required="required" class="password"></p>
<p><input type="password" name="password2" placeholder="确认密码" required="required" class="password" ></p>
@dingrui
Thanks
可以的。
129行 "password"后面,
>
前面的空格可以删除吗?