FIX: render emoji in title tag on topic page

This commit is contained in:
Arpit Jalan 2017-04-11 00:25:22 +05:30
parent 8ce14479b6
commit b3761653b3

View File

@ -100,7 +100,7 @@
<% end %>
<% end %>
<% content_for(:title) { "#{@topic_view.page_title}" } %>
<% content_for(:title) { "#{gsub_emoji_to_unicode(@topic_view.page_title)}" } %>
<% if @topic_view.print %>
<% content_for :after_body do %>