From: Fomafix Date: Mon, 24 Jul 2017 05:28:57 +0000 (+0200) Subject: WebInstaller: Use
instead of X-Git-Tag: 1.31.0-rc.0~2625^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=f253c0f07b748cc13bfe14f4fa7b868f88e1a230 WebInstaller: Use
instead of The parser output is enclosed by a
and must not enclosed into a because of an HTML validation error. Bug: T171423 Change-Id: I034d54436a622803fe07d3c93483b9fe705bc925 --- diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index a311ce96ed..27300f3530 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -703,7 +703,7 @@ class WebInstaller extends Installer { "escaped() . "\">" . wfMessage( 'config-help' )->escaped() . "\n" . - "" . $html . "\n" . + "
" . $html . "
\n" . "
\n"; }