corrected right-arrow html entity encoding

when using a javascript-disabled browser
This commit is contained in:
Régis Hanol 2013-02-20 17:00:28 +01:00
parent 1dd882ea99
commit 55c7ced2f3

View file

@ -15,7 +15,7 @@
<% if @topic_view.next_page %> <% if @topic_view.next_page %>
<p> <p>
<b><%= link_to("next page &rarr;", @topic_view.next_page_path ) %></b> <b><%= link_to("next page &rarr;".html_safe, @topic_view.next_page_path ) %></b>
</p> </p>
<% end %> <% end %>