From: philipp Date: Tue, 24 Oct 2017 21:17:17 +0000 (+0000) Subject: Fix: Add missing closing bracket in rodelbahn_view.html. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/32ef1b96871bfe51a976fd9301a4e210db342a7e 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 --- 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'))}