FIX: Featured topic title on profile HTML parsed (#8850)
This commit is contained in:
parent
14758771c6
commit
91b70f8ffc
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue