FIX: Avoid double-encoding featured topic title in user profile (#20740)

This commit is contained in:
Jordan Vidrine
2023-03-23 08:36:37 -05:00
committed by GitHub
parent bee61d4faf
commit 5238e96377

View File

@ -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}}