Index: trunk/extensions/CodeReview/CodeRevisionListView.php |
— | — | @@ -15,7 +15,12 @@ |
16 | 16 | return; |
17 | 17 | } |
18 | 18 | $pager = $this->getPager(); |
19 | | - $wgOut->addHtml( $pager->getLimitForm() . $pager->getBody() . $pager->getNavigationBar() ); |
| 19 | + $wgOut->addHtml( |
| 20 | + $pager->getNavigationBar() . |
| 21 | + $pager->getLimitForm() . |
| 22 | + $pager->getBody() . |
| 23 | + $pager->getNavigationBar() |
| 24 | + ); |
20 | 25 | } |
21 | 26 | |
22 | 27 | function getPager() { |