From 2fb2f17fb00214b4c7ff7e82f9b9127276d5b8cd Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 23 Jul 2009 18:00:32 +0000 Subject: [PATCH] Apply ^demon's patch. Reason was: fixes mismatched issue from when child did not implement TablePager's getStartBody() with a trailing Also adds around header rows, like parent does. --- includes/specials/SpecialAllmessages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index 7136df1b60..3b4c84eab5 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -268,7 +268,7 @@ class AllmessagesTablePager extends TablePager { function getStartBody() { return Xml::openElement( 'table', array( 'class' => 'TablePager', 'id' => 'mw-allmessagestable' ) ) . "\n" . - " + " " . wfMsg( 'allmessagesname' ) . " @@ -280,7 +280,7 @@ class AllmessagesTablePager extends TablePager { " . wfMsg( 'allmessagescurrent' ) . " - \n"; + \n"; } function formatValue( $field , $value ){ -- 2.20.1