Skip to content

Commit

Permalink
MDL-9147
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Apr 3, 2007
1 parent 5081e0a commit 7cff0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter/tidy/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7cff0ca

Please sign in to comment.