Use explicit escaped() instead of implicit __toString()

For the message 'comma-separator' a wikitext parsing is not necessary.

Change-Id: I5816a39c0526b153f881f8ba5f744493e6f54034
This commit is contained in:
Fomafix 2019-05-23 14:46:11 +02:00
parent 4dcb160ab0
commit 9c2e708ded

View file

@ -482,7 +482,7 @@ class SpecialInterwiki extends SpecialPage {
[],
[ 'action' => 'edit', 'prefix' => $iwPrefix['iw_prefix'] ]
) .
$this->msg( 'comma-separator' ) .
$this->msg( 'comma-separator' )->escaped() .
$this->getLinkRenderer()->makeKnownLink(
$selfTitle,
$this->msg( 'delete' )->text(),