X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;ds=sidebyside;f=includes%2FMWGrants.php;h=ba22590c92fc6dcba32d1015e80446b7f0ea7892;hb=a3dfd8ee587608f14f25b63f87803999381041b1;hp=58efdc727864d2107d40779116c83b3ebf6102ca;hpb=19cd639835938da66507a1cc3623073c3217b416;p=lhc%2Fweb%2Fwiklou.git 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 ) ); }