From 9c2e708ded8355efe8e9fef5272635f1f09b8f4b Mon Sep 17 00:00:00 2001 From: Fomafix Date: Thu, 23 May 2019 14:46:11 +0200 Subject: [PATCH] Use explicit escaped() instead of implicit __toString() For the message 'comma-separator' a wikitext parsing is not necessary. Change-Id: I5816a39c0526b153f881f8ba5f744493e6f54034 --- includes/SpecialInterwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialInterwiki.php b/includes/SpecialInterwiki.php index 40c06241..a7c1554a 100644 --- a/includes/SpecialInterwiki.php +++ b/includes/SpecialInterwiki.php @@ -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(),