MDL-70616 gradingform_rubric: Filters not applied to rubric name

This commit is contained in:
Iñigo Zendegi 2021-04-14 11:04:54 +02:00
parent 511a87f5fc
commit 9391a177d8

View File

@ -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');
}
}