From: philipp Date: Tue, 24 Oct 2017 21:17:18 +0000 (+0000) Subject: Change HTML to Markup in Genshi in rodelbahn_view.html. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/8c827854602b573c935ba081c0e9ef1b21d19937 Change HTML to Markup in Genshi in rodelbahn_view.html. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2724 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/wradmin/templates/rodelbahn_view.html b/wradmin/templates/rodelbahn_view.html index 2984799..016a20c 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'))}

+

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

@@ -128,7 +128,7 @@
-

${HTML(c.paginator.pager('~2~'))}

+

${Markup(c.paginator.pager('~2~'))}

Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.