From: Tim Starling Date: Fri, 7 Jul 2006 17:11:47 +0000 (+0000) Subject: Another display issue X-Git-Tag: 1.31.0-rc.0~56361 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=c7a45d0f95565849c39413ff0f8af377e2afc0de;p=lhc%2Fweb%2Fwiklou.git Another display issue --- 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 ); }