MDL-48532 core_roles: Set correct heading on user roles page

This commit is contained in:
Brian Barnes 2014-12-09 14:28:29 +13:00
parent 2d84748c26
commit ae00e55a00

View File

@ -132,7 +132,7 @@ if ($courseid == SITEID) {
$PAGE->set_heading($course->fullname.': '.$fullname);
}
echo $OUTPUT->header();
echo $OUTPUT->heading($title, 3);
echo $OUTPUT->heading($title);
echo $OUTPUT->box_start('generalbox boxaligncenter boxwidthnormal');
// Display them.