mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: render emoji in title tag on topic page
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user