X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstaller.php;h=cda86129566f106dee795b2e6db415d9e4df1f31;hb=873c89fcc47e637d7ce681d477fab3a910c62211;hp=f555c0f1b06f8c4f590eca6f056ea2834f126767;hpb=b6be5ec0431bd47c7da932c82e5943cceebffc61;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index f555c0f1b0..cda8612956 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -920,7 +920,7 @@ class WebInstaller extends Installer { if ( !isset( $params['labelAttribs'] ) ) { $params['labelAttribs'] = []; } - $labelText = $params['rawtext'] ?? $this->parse( wfMessage( $params['label'] )->text() ); + $labelText = $params['rawtext'] ?? $this->parse( wfMessage( $params['label'] )->plain() ); return "
\n" . $params['help'] .