diff options
-rw-r--r-- | lib/exe/spellcheck.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/spellcheck.php b/lib/exe/spellcheck.php index daddebe47..65f80c5e8 100644 --- a/lib/exe/spellcheck.php +++ b/lib/exe/spellcheck.php @@ -251,6 +251,7 @@ function spell_resume(){ // restore spaces $text = preg_replace('/ /',' ',$text); + $text = preg_replace('/\xC2\xA0/',' ',$text); // restore quoted special chars $text = unhtmlspecialchars($text); |