X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpage%2FImagePage.php;h=6a751ac7069c4b88d9e4120642bffecd609f42b1;hb=a2254d32bf816c28f2a3fb4088b5e4356cff4c48;hp=f3c3ed85210247d8bb31f7cd05cb43f9620e12f0;hpb=cf35ff756c89ca6d6e003b440076df5ebe7ccef7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/page/ImagePage.php b/includes/page/ImagePage.php index f3c3ed8521..6a751ac706 100644 --- a/includes/page/ImagePage.php +++ b/includes/page/ImagePage.php @@ -434,7 +434,7 @@ class ImagePage extends Article { $count = $this->displayImg->pageCount(); if ( $page > 1 ) { - $label = $out->parse( $this->getContext()->msg( 'imgmultipageprev' )->text(), false ); + $label = $this->getContext()->msg( 'imgmultipageprev' )->text(); // on the client side, this link is generated in ajaxifyPageNavigation() // in the mediawiki.page.image.pagination module $link = Linker::linkKnown(