X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FMWGrants.php;h=769e5b4da485e8a7aa4ca52f04e9a47b3f2f1ed8;hb=5f4cf303e22c522a63d08cac61b38e74a8dfd0f7;hp=58efdc727864d2107d40779116c83b3ebf6102ca;hpb=7874fc4bec845ad92960b07e969c65f3c3fe74f2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MWGrants.php b/includes/MWGrants.php index 58efdc7278..769e5b4da4 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 ) ); }