Merge branch 'MDL-36093-moodle24' of github.com:StudiUM/moodle into MOODLE_24_STABLE
This commit is contained in:
@@ -189,7 +189,7 @@ abstract class grade_export {
|
||||
$name .= ' ('.get_string('feedback').')';
|
||||
}
|
||||
|
||||
return strip_tags($name);
|
||||
return html_to_text($name, 0, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user