Merge branch 'MDL-36093-master' of github.com:StudiUM/moodle

This commit is contained in:
Dan Poltawski 2013-09-02 14:10:28 +08:00
commit 5972292444

View file

@ -189,7 +189,7 @@ abstract class grade_export {
$name .= ' ('.get_string('feedback').')';
}
return strip_tags($name);
return html_to_text($name, 0, false);
}
/**