From 7cff0caedaa89cde2e53893f3df9e99e44c450f2 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 3 Apr 2007 08:43:30 +0000 Subject: [PATCH] MDL-9147 --- filter/tidy/filter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/tidy/filter.php b/filter/tidy/filter.php index d96c0090c4..c12778f8d4 100644 --- a/filter/tidy/filter.php +++ b/filter/tidy/filter.php @@ -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; -- 2.39.5