diff --git a/application/views/scripts/mixedPagination.phtml b/application/views/scripts/mixedPagination.phtml index 2542ec367..959114c1c 100755 --- a/application/views/scripts/mixedPagination.phtml +++ b/application/views/scripts/mixedPagination.phtml @@ -1,8 +1,17 @@ <. +// It was the best compromise that came to my mind to get rid of whitespaces +// between inline-block elements. Found no better hack - and table-cell seems +// to be less supported. + if ($this->pageCount <= 1) return; +?>