Mark the generated list of page links as raw

This commit is contained in:
Tom Hughes 2011-09-30 14:09:58 +01:00
parent e5c8dc9c77
commit 3f9fdb122c

View file

@ -9,7 +9,7 @@ end %>
<%= t'browse.paging_nav.of'%> <%= pages.item_count %>) <%= t'browse.paging_nav.of'%> <%= pages.item_count %>)
<% if pages.page_count > 1 %> <% 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 %> <% end %>
</td> </td>
</tr> </tr>