X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FMWGrants.php;h=ba22590c92fc6dcba32d1015e80446b7f0ea7892;hp=58efdc727864d2107d40779116c83b3ebf6102ca;hb=86d7bd86fa08db2dbf3651a656d8238a34703c4f;hpb=2fdcd7bfdd95a3b1515b9a94289d67eb60add484 diff --git a/includes/MWGrants.php b/includes/MWGrants.php index 58efdc7278..ba22590c92 100644 --- a/includes/MWGrants.php +++ b/includes/MWGrants.php @@ -1,7 +1,5 @@ getLinkRenderer(); + return $linkRenderer->makeKnownLink( \SpecialPage::getTitleFor( 'Listgrants', false, $grant ), - htmlspecialchars( self::grantName( $grant, $lang ) ) + self::grantName( $grant, $lang ) ); }