]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/bericht_list.html
Use function "Markup" instead of "HTML" to use preformatted HTML.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / bericht_list.html
index 49f07f3cddd34384fae11ac4703c1fa6edb4b860..7143503900aab8fdcc10488324ecb1715f3e8e8a 100644 (file)
@@ -13,7 +13,7 @@
 <body>
 <h2>Rodelbahnberichte</h2>
 
-<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
+<p>${Markup(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}</p>
 
 <table>
     <tr>
@@ -40,7 +40,7 @@
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~'))}</p>
+<p>${Markup(c.paginator.pager('~2~'))}</p>
 
 </body>
 </html>