X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=44ca7d3001ddf894da6a636dc10a110c4470a81a;hb=68aab7ca8bd2bf7271a2f69aff1e7a60ab88078b;hp=22fb1df2f3bb4811721a31f694f04cd382cf0f44;hpb=795a29ce7700a1ad606d06537bd8f7e2e81652bd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 22fb1df2f3..44ca7d3001 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -296,11 +296,14 @@ class WebInstallerOutput { href="https://www.mediawiki.org/" title="Main Page"> -
parent->parse( wfMessage( 'config-sidebar' )->plain(), true ); + $message = wfMessage( 'config-sidebar' )->plain(); + foreach ( explode( '----', $message ) as $section ) { + echo '
'; + echo $this->parent->parse( $section, true ); + echo '
'; + } ?> -