installer: Call getInfoBox() with raw wikitext, not transformed text
[lhc/web/wiklou.git] / includes / installer / WebInstallerComplete.php
index 9f80489..685fa36 100644 (file)
@@ -48,14 +48,14 @@ class WebInstallerComplete extends WebInstallerPage {
                                wfMessage( $msg,
                                        $lsUrl,
                                        $this->getVar( 'wgServer' ) .
-                                       $this->getVar( 'wgScriptPath' ) . '/index.php',
+                                               $this->getVar( 'wgScriptPath' ) . '/index.php',
                                        '<downloadlink/>',
                                        $location ?: ''
                                )->plain(), 'tick-32.png'
                        )
                );
                $this->addHTML( $this->parent->getInfoBox(
-                       wfMessage( 'config-extension-link' )->text() ) );
+                       wfMessage( 'config-extension-link' )->plain() ) );
 
                $this->parent->restoreLinkPopups();
                $this->endForm( false, false );