diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index e24626f2039..606485c7ca1 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -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 %>