From 5b34742855888e2be51a60785262d0c27dee7bc6 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 15 Sep 2010 06:46:04 +0000 Subject: [PATCH] Added fix for German umlauts in BP pagination. (Thanks to Timbalu.) --- templates/bulletproof/entries.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}