Remove a space for parser checker consistency
authorWil Mahan <wmahan@users.mediawiki.org>
Thu, 23 Sep 2004 06:29:46 +0000 (06:29 +0000)
committerWil Mahan <wmahan@users.mediawiki.org>
Thu, 23 Sep 2004 06:29:46 +0000 (06:29 +0000)
includes/Parser.php

index 32dbc40..1549f82 100644 (file)
@@ -981,7 +981,7 @@ class Parser
                        # This means that users can paste URLs directly into the text
                        # Funny characters like &ouml; aren't valid in URLs anyway
                        # This was changed in August 2004
-                       $s .= "<a href=\"{$url}\" {$la}>{$text}</a>{$dtrail}{$paren}{$trail}";
+                       $s .= "<a href=\"{$url}\"{$la}>{$text}</a>{$dtrail}{$paren}{$trail}";
                }
 
                wfProfileOut( $fname );