]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Change HTML to Markup in Genshi in rodelbahn_view.html.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Tue, 24 Oct 2017 21:17:18 +0000 (21:17 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Tue, 24 Oct 2017 21:17:18 +0000 (21:17 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2724 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/templates/rodelbahn_view.html

index 298479983d8f005c0c956047ef82757c4d2c3b9d..016a20cf32b4cd170faa70c6f8ffadbd67a389a9 100644 (file)
 <h3>Rodelbahnberichte</h3>
 
 <py:if test="len(c.paginator) > 0">
-<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>
     </tr>
 </table>
 
-<p>${HTML(c.paginator.pager('~2~'))}</p>
+<p>${Markup(c.paginator.pager('~2~'))}</p>
 </py:if>
 <py:if test="len(c.paginator) == 0">
 <p><em>Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.</em></p>