Parse message for Html::errorBox

Follow-Up: I6897388ef05b5f1d61f09caaa9c328cdbe84f431
Change-Id: I52ec756a8e722fe82b333e3a764af0c763722e4b
This commit is contained in:
Umherirrender 2024-08-24 23:06:57 +02:00
parent 051766563d
commit 232d0293e6

View file

@ -232,7 +232,7 @@ class Hooks implements
"</code>\n";
$hookError =
Html::errorBox(
wfMessage( 'spam-invalid-lines' )->numParams( $badLines )->text() . "<br />" .
wfMessage( 'spam-invalid-lines' )->numParams( $badLines )->parse() . "<br />" .
$badList
) .
"\n<br clear='all' />\n";