mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
minor xhtml fix
This commit is contained in:
parent
8ddbd7a6d0
commit
4eb777c2b7
1 changed files with 1 additions and 1 deletions
|
@ -2365,7 +2365,7 @@ class admin_setting_special_gradebookroles extends admin_setting {
|
|||
} else {
|
||||
$return .= '<br />';
|
||||
}
|
||||
$return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1" '.$checked.'> '.$role->name;
|
||||
$return .= '<input type="checkbox" name="s_'.$this->name.'['.$roleid.']" value="1"'.$checked.' /> '.$role->name;
|
||||
}
|
||||
$return .= '</div>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue