From: Rob Church Date: Sun, 9 Apr 2006 14:29:37 +0000 (+0000) Subject: (bug 5512) Spacing in "page has a history" deletion warning X-Git-Tag: 1.31.0-rc.0~57540 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=853948957d6ef1e02336f7db00111f4fd59742bd;p=lhc%2Fweb%2Fwiklou.git (bug 5512) Spacing in "page has a history" deletion warning --- diff --git a/includes/Article.php b/includes/Article.php index 41b59deed2..1f83a2e2ca 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1822,8 +1822,7 @@ class Article { if( count( $authors ) > 1 && !$confirm ) { $skin=$wgUser->getSkin(); - $wgOut->addHTML(''.wfMsg('historywarning')); - $wgOut->addHTML( $skin->historyLink() .''); + $wgOut->addHTML( '' . wfMsg( 'historywarning' ) . ' ' . $skin->historyLink() . '' ); } # If a single user is responsible for all revisions, find out who they are