diff --git a/edit.php b/edit.php index 6a642ae..36e4a33 100644 --- a/edit.php +++ b/edit.php @@ -71,7 +71,7 @@ if ($mform->is_cancelled()) { redirect($return); } -$PAGE->set_heading($course->fullname); +$PAGE->set_heading(format_string($course->fullname)); $PAGE->set_title(get_string('pluginname', 'enrol_apply')); echo $OUTPUT->header();