From 966372f4bbc013a4fcb8ddac6ffbda8c030d1c16 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Mon, 4 Apr 2011 11:46:18 +0000 Subject: [PATCH] Add the revision-info and revision-info-current messages directly to the page, don't stick them in the content sub; this adds unwanted extra CSS styling which screws with the margin and font size. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 0ae10323a7..8acfdfcc2f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -3805,7 +3805,7 @@ class Article { "\n\t\t\t\t
" . $cdel . wfMsgExt( 'revision-nav', array( 'escapenoentities', 'parsemag', 'replaceafter' ), $prevdiff, $prevlink, $lnk, $curdiff, $nextlink, $nextdiff ) . "
\n\t\t\t"; - $wgOut->setSubtitle( $r ); + $wgOut->addHTML( $r ); } /** -- 2.20.1