From 853948957d6ef1e02336f7db00111f4fd59742bd Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sun, 9 Apr 2006 14:29:37 +0000 Subject: [PATCH] (bug 5512) Spacing in "page has a history" deletion warning --- includes/Article.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1