mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
corrected right-arrow html entity encoding
when using a javascript-disabled browser
This commit is contained in:
parent
1dd882ea99
commit
55c7ced2f3
@ -15,7 +15,7 @@
|
||||
|
||||
<% if @topic_view.next_page %>
|
||||
<p>
|
||||
<b><%= link_to("next page →", @topic_view.next_page_path ) %></b>
|
||||
<b><%= link_to("next page →".html_safe, @topic_view.next_page_path ) %></b>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user