From: Raimond Spekking Date: Wed, 4 Mar 2009 17:12:27 +0000 (+0000) Subject: Add a linebreak so that more complex customized messages like http://de.wikipedia... X-Git-Tag: 1.31.0-rc.0~42612 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=036ed3f64f9f124187f58e99b27423ac9da4edd9;p=lhc%2Fweb%2Fwiklou.git Add a linebreak so that more complex customized messages like de.wikipedia.org/w/index.php?title=MediaWiki:Deletedwhileediting&oldid=53909919 works again --- diff --git a/includes/EditPage.php b/includes/EditPage.php index 37568b4217..5f2ce38e42 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1447,7 +1447,7 @@ class EditPage { if ( $this->wasDeletedSinceLastEdit() ) { if ( 'save' != $this->formtype ) { $wgOut->wrapWikiMsg( - '
$1
', + '
\n$1
', 'deletedwhileediting' ); } else { // Hide the toolbar and edit area, user can click preview to get it back