From c7a45d0f95565849c39413ff0f8af377e2afc0de Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 7 Jul 2006 17:11:47 +0000 Subject: [PATCH] Another display issue --- includes/PageHistory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 1389481d04..d7f426fc4d 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -112,8 +112,8 @@ class PageHistory { $pager->getNavigationBar() . $this->beginHistoryList() . $pager->getBody() . - $pager->getNavigationBar() . - $this->endHistoryList() + $this->endHistoryList() . + $pager->getNavigationBar() ); wfProfileOut( $fname ); } -- 2.20.1