From 769609fa515c1e6977fc747ed31184fabc6bd8f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 5 Jul 2013 20:59:39 +0200 Subject: [PATCH] Fix navigation. --- src/main/resources/templates/imageBrowser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 7752ffb..a80680f 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -420,8 +420,8 @@ <%last><%= true|store key==endRow><%/last> <%if endRow> - <%include include/pagination.html pageParameter=="page"> <%/if> + <%last><%include include/pagination.html pageParameter=="page"><%/last> <%/foreach> <%if album.sone.local> -- 2.7.4