From 4d3ae039589af54784b77a49ade493a49e28169a Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 30 Jun 2009 16:07:29 +0000 Subject: [PATCH] Follow-up r52601: typo --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( '
' ); } } -- 2.20.1