X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Finstaller%2FWebInstallerWelcome.php;h=a4f031cd2f1449fbf6527342ffb616eb8f4e9fff;hb=f96aaf6833d052d10d46af47540fff995362433e;hp=44ff0bb218308ed86e13d9a00ad7c347b2ce944d;hpb=57eaa2bf04ce1b48bd89c10defe4de5b7d31f047;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerWelcome.php b/includes/installer/WebInstallerWelcome.php index 44ff0bb218..a4f031cd2f 100644 --- a/includes/installer/WebInstallerWelcome.php +++ b/includes/installer/WebInstallerWelcome.php @@ -30,12 +30,12 @@ class WebInstallerWelcome extends WebInstallerPage { return 'continue'; } } - $this->parent->output->addWikiText( wfMessage( 'config-welcome' )->plain() ); + $this->parent->output->addWikiTextAsInterface( wfMessage( 'config-welcome' )->plain() ); $status = $this->parent->doEnvironmentChecks(); if ( $status->isGood() ) { $this->parent->output->addHTML( '' . wfMessage( 'config-env-good' )->escaped() . '' ); - $this->parent->output->addWikiText( wfMessage( 'config-copyright', + $this->parent->output->addWikiTextAsInterface( wfMessage( 'config-copyright', SpecialVersion::getCopyrightAndAuthorList() )->plain() ); $this->startForm(); $this->endForm();