Modified Special:Categories to subclass SpecialPage
[lhc/web/wiklou.git] / includes / specials / SpecialBrokenRedirects.php
index 173bb0f..98b0212 100644 (file)
@@ -1,5 +1,6 @@
 <?php
 /**
+ * Implements Special:Brokenredirects
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ * @ingroup SpecialPage
  */
 
 /**
  * A special page listing redirects tonon existent page. Those should be
  * fixed to point to an existing page.
  *
- * @file
  * @ingroup SpecialPage
  */
 class BrokenRedirectsPage extends PageQueryPage {
@@ -76,7 +79,7 @@ class BrokenRedirectsPage extends PageQueryPage {
 
                // $toObj may very easily be false if the $result list is cached
                if ( !is_object( $toObj ) ) {
-                       return '<s>' . $skin->link( $fromObj ) . '</s>';
+                       return '<del>' . $skin->link( $fromObj ) . '</del>';
                }
 
                $from = $skin->linkKnown(