X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUnusedcategories.php;h=ec39ccf0c91c89bfa768c4c5e2b8bc56589fa57e;hb=3a2853e218acb586a00f2e59638de4176aee287f;hp=88c0e2172f4ca363b1f9535c09b3599e144dc421;hpb=cf5c36ccfd8dce53ea8d3631b1902050e93d4acd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUnusedcategories.php b/includes/specials/SpecialUnusedcategories.php index 88c0e2172f..ec39ccf0c9 100644 --- a/includes/specials/SpecialUnusedcategories.php +++ b/includes/specials/SpecialUnusedcategories.php @@ -70,7 +70,7 @@ class UnusedCategoriesPage extends QueryPage { function formatResult( $skin, $result ) { $title = Title::makeTitle( NS_CATEGORY, $result->title ); - return Linker::link( $title, htmlspecialchars( $title->getText() ) ); + return $this->getLinkRenderer()->makeLink( $title, $title->getText() ); } protected function getGroupName() {