]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/rodelbahn_list.html
Use function "Markup" instead of "HTML" to use preformatted HTML.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / rodelbahn_list.html
index c0ce7edac0b8bf73556e5c30e9f5d18d78bcc0fe..754ef89952184fe6ceeabdf22dbbbc7e5d4a0029 100644 (file)
@@ -18,7 +18,7 @@
 <a href="${h.url(controller='rodelbahn', action='update')}" class="button">(1) Rodelbahnboxen auslesen und DB aktualisieren</a>
 <a href="${h.url(controller='rodelbahn', action='update_regioncache')}" class="button">(2) Rodelbahnen in den Regionslisten aktualisieren</a>
 
 <a href="${h.url(controller='rodelbahn', action='update')}" class="button">(1) Rodelbahnboxen auslesen und DB aktualisieren</a>
 <a href="${h.url(controller='rodelbahn', action='update_regioncache')}" class="button">(2) Rodelbahnen in den Regionslisten aktualisieren</a>
 
-<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>
 
 <table>
     <tr>
@@ -65,7 +65,7 @@
     </tr>
 </table>
 
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~'))}</p>
+<p>${Markup(c.paginator.pager('~2~'))}</p>
 
 </body>
 </html>
 
 </body>
 </html>