]> git.openstreetmap.org Git - rails.git/commitdiff
Mark the generated list of page links as raw
authorTom Hughes <tom@compton.nu>
Fri, 30 Sep 2011 13:09:58 +0000 (14:09 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:55 +0000 (09:42 +0000)
app/views/browse/_paging_nav.html.erb

index 30e23b7dd5ed6c01e953d85c6739dff3518e111e..f0342403e2cfdf992fe0aea828ce471f0ad7f2d1 100644 (file)
@@ -9,7 +9,7 @@ end %>
 <%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
 
 <% if pages.page_count > 1 %>
-| <%= pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>
+| <%= raw pagination_links_each(pages, {}) { |n| link_to_page(n, page_param) } %>
 <% end %>
 </td>
 </tr>