From db933cfcf91477c3c82ceb9e6f0310f75020f249 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 23 Oct 2017 19:23:09 +0000 Subject: [PATCH] Use function "Markup" instead of "HTML" to use preformatted HTML. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2714 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wradmin/templates/bericht_list.html | 4 ++-- wradmin/templates/gasthaus_list.html | 4 ++-- wradmin/templates/rodelbahn_list.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wradmin/templates/bericht_list.html b/wradmin/templates/bericht_list.html index 49f07f3..7143503 100644 --- a/wradmin/templates/bericht_list.html +++ b/wradmin/templates/bericht_list.html @@ -13,7 +13,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'))}

@@ -40,7 +40,7 @@
-

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

+

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

diff --git a/wradmin/templates/gasthaus_list.html b/wradmin/templates/gasthaus_list.html index 3899b51..1fe0517 100644 --- a/wradmin/templates/gasthaus_list.html +++ b/wradmin/templates/gasthaus_list.html @@ -18,7 +18,7 @@

Gasthausboxen auslesen und DB aktualisieren

-

${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'))}

@@ -49,7 +49,7 @@
-

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

+

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

diff --git a/wradmin/templates/rodelbahn_list.html b/wradmin/templates/rodelbahn_list.html index c0ce7ed..754ef89 100644 --- a/wradmin/templates/rodelbahn_list.html +++ b/wradmin/templates/rodelbahn_list.html @@ -18,7 +18,7 @@ (1) Rodelbahnboxen auslesen und DB aktualisieren (2) Rodelbahnen in den Regionslisten aktualisieren -

${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'))}

@@ -65,7 +65,7 @@
-

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

+

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

-- 2.39.5