diff options
Diffstat (limited to 'inc/fulltext.php')
-rw-r--r-- | inc/fulltext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/fulltext.php b/inc/fulltext.php index 3943bdae4..de1a4217b 100644 --- a/inc/fulltext.php +++ b/inc/fulltext.php @@ -305,7 +305,7 @@ switch ($algorithm) { break; } - return $snippet; + return utf8_bad_replace($snippet); } /** |