X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerDocument.php;h=43fe7483c5fa6cd6e53b08f95562f8a627d44c84;hb=1c10bfb034e1fd028b7d821011cd95f2441e5a0e;hp=fc1c33f9b9c6647f4cad785d13b1f2e5bd427551;hpb=de193359ce79cb5ff4a602f9e737ff03cc9f85e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerDocument.php b/includes/installer/WebInstallerDocument.php index fc1c33f9b9..43fe7483c5 100644 --- a/includes/installer/WebInstallerDocument.php +++ b/includes/installer/WebInstallerDocument.php @@ -29,7 +29,7 @@ abstract class WebInstallerDocument extends WebInstallerPage { public function execute() { $text = $this->getFileContents(); $text = InstallDocFormatter::format( $text ); - $this->parent->output->addWikiText( $text ); + $this->parent->output->addWikiTextInterface( $text ); $this->startForm(); $this->endForm( false ); }