From 481bd052a0091ae810735a1e3707fa1ce717c70f Mon Sep 17 00:00:00 2001 From: Bruno De Fraine Date: Fri, 4 May 2007 20:32:27 +0200 Subject: fix spellchecker/list problems with Safari FS#1129 darcs-hash:20070504183227-8a46b-9fb829ff4b337dace67070e41afc6573c07a3312.gz --- lib/exe/spellcheck.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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); -- cgit v1.2.3