MDL-70616 gradingform_rubric: Filters not applied to rubric name

This commit is contained in:
Iñigo Zendegi
2021-04-14 11:52:16 +02:00
parent 7811d7ace4
commit a8d4abf091
+1 -1
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');
}
}