From: Raimond Spekking Date: Tue, 24 Mar 2009 14:38:13 +0000 (+0000) Subject: Wrap message into a div and add a class X-Git-Tag: 1.31.0-rc.0~42394 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=6eed108d4aa222ccd0dd483274506211292688be;p=lhc%2Fweb%2Fwiklou.git Wrap message into a div and add a class --- diff --git a/includes/EditPage.php b/includes/EditPage.php index b50055ae5a..2fedb42041 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1163,7 +1163,7 @@ class EditPage { $wgOut->setArticleRelated( true ); if ( $this->isConflict ) { - $wgOut->addWikiMsg( 'explainconflict' ); + $wgOut->wrapWikiMsg( "
\n$1
", 'explainconflict' ); $this->textbox2 = $this->textbox1; $this->textbox1 = $this->getContent();