From ba15ec0d1bf259dbe0e9cc4f851c76b898d6acb5 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Sat, 24 Apr 2004 10:46:22 +0000 Subject: [PATCH] removed debugging code --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [ -- 2.20.1