From a1d6711b2a8ffdee8fda438a81f3daa353bd04b9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 17:13:36 +0200 Subject: [PATCH] Fix pagination markup refs #5543 --- application/views/scripts/mixedPagination.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/views/scripts/mixedPagination.phtml b/application/views/scripts/mixedPagination.phtml index 37fd5ec38f..43d55b1b99 100644 --- a/application/views/scripts/mixedPagination.phtml +++ b/application/views/scripts/mixedPagination.phtml @@ -13,7 +13,7 @@ if ($this->pageCount <= 1) return; ($this->current - 1) * $this->itemCountPerPage, $this->totalItemCount ) ?> -
  • +
  • -
  • +
  • @@ -46,7 +46,7 @@ if ($this->pageCount <= 1) return; $this->totalItemCount ); ?> - current ? ' class="active"' : '' ?>> + current ? ' class="active nav-item"' : ' class="nav-item"' ?>> @@ -62,7 +62,7 @@ if ($this->pageCount <= 1) return; ($this->current + 1) * $this->itemCountPerPage, $this->totalItemCount ) ?> -
  • +
  • -