Remove useless whitespace from Special:Brokenredirects header
authorRob Church <robchurch@users.mediawiki.org>
Sun, 23 Apr 2006 20:56:56 +0000 (20:56 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 23 Apr 2006 20:56:56 +0000 (20:56 +0000)
RELEASE-NOTES
includes/SpecialBrokenRedirects.php

index 97c6a44..1102042 100644 (file)
@@ -113,7 +113,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   which have since been created
 * (bug 5659) Change grammar hacks for Bosnian Wikimedia namespaces.
   This sort of special casing should be removed and fixed properly.
-
+* Remove useless whitespace from Special:Brokenredirects header
 
 == Compatibility ==
 
index 1c9be92..72b4211 100644 (file)
@@ -26,7 +26,8 @@ class BrokenRedirectsPage extends PageQueryPage {
        function isSyndicated() { return false; }
 
        function getPageHeader( ) {
-               return wfMsgWikiHtml('brokenredirectstext')."<br />\n";
+               global $wgOut;
+               return $wgOut->parse( wfMsg( 'brokenredirectstext' ) );
        }
 
        function getSQL() {