From: Tom Hughes Date: Fri, 30 Sep 2011 13:09:58 +0000 (+0100) Subject: Mark the generated list of page links as raw X-Git-Tag: live~6079 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3f9fdb122c41452e0db8b6f9f9a22fb3ace8289e Mark the generated list of page links as raw --- diff --git a/app/views/browse/_paging_nav.html.erb b/app/views/browse/_paging_nav.html.erb index 30e23b7dd..f0342403e 100644 --- a/app/views/browse/_paging_nav.html.erb +++ b/app/views/browse/_paging_nav.html.erb @@ -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 %>