From 733cce22906efbc587bd987fa973b19d3407faea Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 9 Dec 2008 21:48:37 +0000 Subject: [PATCH] BUGFIX Adjusted blog pagination to new PaginationSummary syntax (see r67984) --- templates/Includes/BlogPagination.ss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Includes/BlogPagination.ss b/templates/Includes/BlogPagination.ss index f0e4bd5..220aab3 100644 --- a/templates/Includes/BlogPagination.ss +++ b/templates/Includes/BlogPagination.ss @@ -10,10 +10,10 @@ <% if CurrentBool %> $PageNum <% else %> - <% if PageNum = --- %> - … - <% else %> + <% if Link %> $PageNum + <% else %> + … <% end_if %> <% end_if %> <% end_control %>