From f253c0f07b748cc13bfe14f4fa7b868f88e1a230 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Mon, 24 Jul 2017 07:28:57 +0200 Subject: [PATCH] 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 --- includes/installer/WebInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1