From: Jens Frank Date: Sat, 24 Apr 2004 10:46:22 +0000 (+0000) Subject: removed debugging code X-Git-Tag: 1.3.0beta1~286 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=ba15ec0d1bf259dbe0e9cc4f851c76b898d6acb5;p=lhc%2Fweb%2Fwiklou.git removed debugging code --- diff --git a/includes/Parser.php b/includes/Parser.php index 3a1d83086c..c413e2056b 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -683,7 +683,7 @@ class Parser # non-breakable spaces for French. # U+202F NARROW NO-BREAK SPACE might be a better choice, but # browser support for Unicode spacing is poor. - $txt = str_replace( " ", " ", $token["text"] ); + $txt = str_replace( " ", " ", $token["text"] ); break; case "[[[": # remember the tag opened with 3 [