From 32ef1b96871bfe51a976fd9301a4e210db342a7e Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 24 Oct 2017 21:17:17 +0000 Subject: [PATCH] Fix: Add missing closing bracket in rodelbahn_view.html. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2723 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wradmin/templates/rodelbahn_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wradmin/templates/rodelbahn_view.html b/wradmin/templates/rodelbahn_view.html index 246fe63..2984799 100644 --- a/wradmin/templates/rodelbahn_view.html +++ b/wradmin/templates/rodelbahn_view.html @@ -103,7 +103,7 @@

Rodelbahnberichte

-

${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last')}

+

${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}

-- 2.39.5