diff --git a/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars b/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars index 2a0f3f388ae..93d172806c2 100644 --- a/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars +++ b/app/assets/javascripts/discourse/templates/suggested_topic.js.handlebars @@ -1,7 +1,7 @@ {{#with view.content}} {{#group}} - {{unbound title}} + {{{unbound fancy_title}}} {{#if unread}} {{unbound unread}} {{/if}}