From 6eed108d4aa222ccd0dd483274506211292688be Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 24 Mar 2009 14:38:13 +0000 Subject: [PATCH] Wrap message into a div and add a class --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1