diff --git a/templates/bulletproof/entries.tpl b/templates/bulletproof/entries.tpl
index a2ee5cbe..55289ed5 100644
--- a/templates/bulletproof/entries.tpl
+++ b/templates/bulletproof/entries.tpl
@@ -428,14 +428,14 @@
◄
{/if}
{if $paginationStartPage > 1}
- 1
+ 1
{/if}
{if $paginationStartPage > 2}
…
{/if}
{section name=i start=$paginationStartPage loop=$footer_totalPages+1 max=7}
{if $smarty.section.i.index != $footer_currentPage}
- {$smarty.section.i.index}
+ {$smarty.section.i.index}
{else}
{$smarty.section.i.index}
{/if}
@@ -444,7 +444,7 @@
…
{/if}
{if $smarty.section.i.index <= $footer_totalPages}
- {$footer_totalPages}
+ {$footer_totalPages}
{/if}
{if $footer_next_page}
►