mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
Merge pull request #210 from ZogStriP/patch-1
corrected right-arrow html entity encoding
This commit is contained in:
commit
a588f62fc7
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<% if @topic_view.next_page %>
|
<% if @topic_view.next_page %>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user