mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-55476 block_login: fix whitespace
This commit is contained in:
parent
69723d002b
commit
7322592606
@ -77,8 +77,7 @@ class block_login extends block_base {
|
||||
|
||||
$this->content->text .= '<div class="form-group"><label for="login_password">'.get_string('password').'</label>';
|
||||
|
||||
$this->content->text .= '<input type="password" name="password" id="login_password" class="form-control"
|
||||
value="" /></div>';
|
||||
$this->content->text .= '<input type="password" name="password" id="login_password" class="form-control" value="" /></div>';
|
||||
|
||||
if (isset($CFG->rememberusername) and $CFG->rememberusername == 2) {
|
||||
$checked = $username ? 'checked="checked"' : '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user