mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-70616 gradingform_rubric: Filters not applied to rubric name
This commit is contained in:
parent
511a87f5fc
commit
9391a177d8
@ -231,7 +231,7 @@ if (!empty($method)) {
|
||||
} else {
|
||||
$tag = html_writer::tag('span', get_string('statusdraft', 'core_grading'), array('class' => 'status draft'));
|
||||
}
|
||||
echo $output->heading(s($definition->name) . ' ' . $tag, 3, 'definition-name');
|
||||
echo $output->heading(format_string($definition->name) . ' ' . $tag, 3, 'definition-name');
|
||||
echo $output->box($controller->render_preview($PAGE), 'definition-preview');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user