MDL-36093 grade export: Fix HTML special characters printed litteraly.

This commit is contained in:
Jean-Philippe Gaudreau
2013-08-28 09:16:00 -04:00
parent dd99fdd232
commit 13142cece4
+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);
}
/**