Make Installer::parse not be parseAsBlock
[lhc/web/wiklou.git] / includes / installer / Installer.php
index abf4de4..f4512e4 100644 (file)
@@ -697,6 +697,7 @@ abstract class Installer {
                                'enableSectionEditLinks' => false,
                                'unwrap' => true,
                        ] );
+                       $html = Parser::stripOuterParagraph( $html );
                } catch ( MediaWiki\Services\ServiceDisabledException $e ) {
                        $html = '<!--DB access attempted during parse-->  ' . htmlspecialchars( $text );
                }