FIX: Featured topic title on profile HTML parsed (#8850)

This commit is contained in:
Mark VanLandingham 2020-02-04 09:33:46 -06:00 committed by GitHub
parent 14758771c6
commit 91b70f8ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
{{#if showFeaturedTopic}}
<h3 class="featured-topic">
<span>{{i18n 'user.featured_topic'}}</span>
{{#link-to "topic" model.featured_topic.slug model.featured_topic.id}}{{model.featured_topic.fancy_title}}{{/link-to}}
{{#link-to "topic" model.featured_topic.slug model.featured_topic.id}}{{{model.featured_topic.fancy_title}}}{{/link-to}}
</h3>
{{/if}}