(bug 5512) Spacing in "page has a history" deletion warning
authorRob Church <robchurch@users.mediawiki.org>
Sun, 9 Apr 2006 14:29:37 +0000 (14:29 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 9 Apr 2006 14:29:37 +0000 (14:29 +0000)
includes/Article.php

index 41b59de..1f83a2e 100644 (file)
@@ -1822,8 +1822,7 @@ class Article {
                
                if( count( $authors ) > 1 && !$confirm ) {
                        $skin=$wgUser->getSkin();
-                       $wgOut->addHTML('<b>'.wfMsg('historywarning'));
-                       $wgOut->addHTML( $skin->historyLink() .'</b>');
+                       $wgOut->addHTML( '<strong>' . wfMsg( 'historywarning' ) . ' ' . $skin->historyLink() . '</strong>' );
                }
 
                # If a single user is responsible for all revisions, find out who they are