mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 06:17:47 +08:00
FIX: Avoid double-encoding featured topic title in user profile (#20740)
This commit is contained in:
parent
bee61d4faf
commit
5238e96377
|
@ -110,7 +110,7 @@
|
|||
this.model.featured_topic.id
|
||||
}}
|
||||
>
|
||||
{{html-safe (replace-emoji this.model.featured_topic.fancy_title)}}
|
||||
{{replace-emoji (html-safe this.model.featured_topic.fancy_title)}}
|
||||
</LinkTo>
|
||||
</label>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user