Remove most named character references from output
[lhc/web/wiklou.git] / includes / MessageCache.php
index 79d9e14..fa88fcf 100644 (file)
@@ -569,6 +569,7 @@ class MessageCache {
                                ' ' => ' ',
                                # Fix for NBSP, converted to space by firefox
                                ' ' => "\xc2\xa0",
+                               ' ' => "\xc2\xa0",
                        ) );
 
                return $message;