Merge branch 'MDL-36093-moodle24' of github.com:StudiUM/moodle into MOODLE_24_STABLE

This commit is contained in:
Dan Poltawski
2013-09-02 14:11:05 +08:00
+1 -1
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);
}
/**