From e3179bba15574866447cf09d1ea28fa62ff41f6f Mon Sep 17 00:00:00 2001 From: Wil Mahan Date: Thu, 23 Sep 2004 06:29:46 +0000 Subject: [PATCH] Remove a space for parser checker consistency --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 32dbc406b6..1549f82304 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -981,7 +981,7 @@ class Parser # This means that users can paste URLs directly into the text # Funny characters like ö aren't valid in URLs anyway # This was changed in August 2004 - $s .= "{$text}{$dtrail}{$paren}{$trail}"; + $s .= "{$text}{$dtrail}{$paren}{$trail}"; } wfProfileOut( $fname ); -- 2.20.1