xhtml fix
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Oct 2004 07:33:22 +0000 (07:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 14 Oct 2004 07:33:22 +0000 (07:33 +0000)
includes/SpecialBrokenRedirects.php

index 299bc81..d717606 100644 (file)
@@ -25,7 +25,7 @@ class BrokenRedirectsPage extends PageQueryPage {
 
        function getPageHeader( ) {
                #FIXME : probably need to add a backlink to the maintenance page.
-               return '<p>'.wfMsg('brokenredirectstext')."</p><br>\n";
+               return '<p>'.wfMsg('brokenredirectstext')."</p><br />\n";
        }
 
        function getSQL() {