mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 11:53:44 +08:00
FIX: render emoji in title tag on topic page
This commit is contained in:
parent
8ce14479b6
commit
b3761653b3
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue
Block a user