diff --git a/SpecialGadgets.php b/SpecialGadgets.php index f6c3d74c..8a9fd0eb 100644 --- a/SpecialGadgets.php +++ b/SpecialGadgets.php @@ -106,7 +106,8 @@ class SpecialGadgets extends SpecialPage { $output->addHTML( Xml::openElement( 'ul' ) ); } - $lnk = '  ' . $this->msg( 'parentheses', $lang->pipeList( $links ) )->text(); + $lnk = '  ' . + $this->msg( 'parentheses' )->rawParams( $lang->pipeList( $links ) )->escaped(); $output->addHTML( Xml::openElement( 'li' ) . $ttext . $lnk . "
" . $this->msg( 'gadgets-uses' )->escaped() .