Merge pull request #210 from ZogStriP/patch-1

corrected right-arrow html entity encoding
This commit is contained in:
Robin Ward 2013-02-20 08:13:46 -08:00
commit a588f62fc7

View file

@ -15,7 +15,7 @@
<% if @topic_view.next_page %>
<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>
<% end %>