Capitalization fix in memcached setting
[lhc/web/wiklou.git] / includes / SpecialBrokenRedirects.php
index 299bc81..a424154 100644 (file)
@@ -22,10 +22,11 @@ class BrokenRedirectsPage extends PageQueryPage {
        }
        
        function isExpensive( ) { return true; }
+       function isSyndicated() { return false; }
 
        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() {