diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 01db00495..c61b80621 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -15,9 +15,9 @@ <% if @topic_view.next_page %>
- <%= link_to("next page →", @topic_view.next_page_path ) %> + <%= link_to("next page →".html_safe, @topic_view.next_page_path ) %>
<% end %> -Powered by Discourse, best viewed with JavaScript enabled
\ No newline at end of file +Powered by Discourse, best viewed with JavaScript enabled