X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialAncientpages.php;h=4f691cb688cff253e32e131aae9fe3e6ec1a7bd5;hb=24f607443004e71ae47a6fb11fd0a26bfd96e6a8;hp=088b060e61c64819614cc350850d12ed5252ce18;hpb=211d42183601e56f67ccd6faa889185e52656085;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialAncientpages.php b/includes/specials/SpecialAncientpages.php index 088b060e61..4f691cb688 100644 --- a/includes/specials/SpecialAncientpages.php +++ b/includes/specials/SpecialAncientpages.php @@ -94,8 +94,8 @@ class AncientPagesPage extends QueryPage { $linkRenderer = $this->getLinkRenderer(); $link = $linkRenderer->makeKnownLink( $title, - MediaWikiServices::getInstance()->getContentLanguage()-> - convert( $title->getPrefixedText() ) + new HtmlArmor( MediaWikiServices::getInstance()->getContentLanguage()-> + convert( htmlspecialchars( $title->getPrefixedText() ) ) ) ); return $this->getLanguage()->specialList( $link, htmlspecialchars( $d ) );