missing space
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 18 Sep 2010 11:24:45 +0000 (11:24 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 18 Sep 2010 11:24:45 +0000 (11:24 +0000)
includes/SpecialPage.php

index fbbf7a2..db267fc 100644 (file)
@@ -629,7 +629,7 @@ class SpecialPage {
                                }
                        }
                        if ( !$found ) {
-                               wfWarn( "Did not find alias for special page '$name'." . 
+                               wfWarn( "Did not find alias for special page '$name'. " . 
                                        "Perhaps no aliases are defined for it?" );
                        }
                }