X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerComplete.php;h=2512efa7e379829f92ebc7fd2e07fa90342eae8a;hb=e900893531e76fb8f80c1c9b5be459fd02862c3c;hp=9f804891cba9d71b104f7ca4bd64cfb27fff25fc;hpb=3a026473873ac3cc9d5c181f05961f474495d32c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerComplete.php b/includes/installer/WebInstallerComplete.php index 9f804891cb..2512efa7e3 100644 --- a/includes/installer/WebInstallerComplete.php +++ b/includes/installer/WebInstallerComplete.php @@ -45,17 +45,17 @@ class WebInstallerComplete extends WebInstallerPage { } $this->addHTML( $this->parent->getInfoBox( - wfMessage( $msg, + new HtmlArmor( wfMessage( $msg, $lsUrl, $this->getVar( 'wgServer' ) . - $this->getVar( 'wgScriptPath' ) . '/index.php', - '', + $this->getVar( 'wgScriptPath' ) . '/index.php', + Message::rawParam( $this->parent->makeDownloadLinkHtml() ), $location ?: '' - )->plain(), 'tick-32.png' + )->parse() ), '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 );