Merge "Get to the point about howto download Vector :p"
[lhc/web/wiklou.git] / includes / installer / WebInstallerOutput.php
index 8ff3d2f..44ca7d3 100644 (file)
@@ -298,7 +298,7 @@ class WebInstallerOutput {
        </div>
 <?php
        $message = wfMessage( 'config-sidebar' )->plain();
-       foreach( explode( '----', $message ) as $section ) {
+       foreach ( explode( '----', $message ) as $section ) {
                echo '<div class="portal"><div class="body">';
                echo $this->parent->parse( $section, true );
                echo '</div></div>';