This commit is contained in:
nicolasconnault
2007-04-03 08:23:51 +00:00
parent 0efd6699e2
commit 380a4235ff
+1 -1
View File
@@ -39,7 +39,7 @@ function tidy_filter($courseid, $text) {
/// If enabled: run tidy over the entire string
if (function_exists('tidy_repair_string')){
$text = tidy_repair_string($text, $tidyoptions);
$text = tidy_repair_string($text, $tidyoptions, 'utf8');
}
return $text;