X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=991e484da7488c33fc0fc5da08eb8be4afad7cec;hb=b3216f628984ca437c6a7f6a021ef221d5eead82;hp=cbb9b573dfb8b3474bd7a0c20a2aae08850b9725;hpb=174cbc86c4bb116e561a48d162b042aa016b41c2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index cbb9b573df..991e484da7 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -299,11 +299,27 @@ class WebInstallerOutput { plain(); + // Section 1: External links + // @todo FIXME: Migrate to plain link label messages (T227297). foreach ( explode( '----', $message ) as $section ) { echo '
'; echo $this->parent->parse( $section, true ); echo '
'; } + // Section 2: Installer pages + echo '
'; ?>