mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
Merge branch 'MDL-36093-master' of github.com:StudiUM/moodle
This commit is contained in:
commit
5972292444
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ abstract class grade_export {
|
|||
$name .= ' ('.get_string('feedback').')';
|
||||
}
|
||||
|
||||
return strip_tags($name);
|
||||
return html_to_text($name, 0, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue