From: Raimond Spekking Date: Tue, 30 Jun 2009 16:07:29 +0000 (+0000) Subject: Follow-up r52601: typo X-Git-Tag: 1.31.0-rc.0~41164 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=4d3ae039589af54784b77a49ade493a49e28169a;p=lhc%2Fweb%2Fwiklou.git Follow-up r52601: typo --- diff --git a/includes/EditPage.php b/includes/EditPage.php index b928afa534..dd934d8e1c 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1711,7 +1711,7 @@ END if( $text != '-' ) { global $wgOut; $wgOut->addHTML( '
' ); - $wgOut->addWikiMsgArray( $msg, array() ) ); + $wgOut->addWikiMsgArray( $msg, array() ); $wgOut->addHTML( '
' ); } }