diff --git a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars
index 5135ddeca..fb5ee8d5c 100644
--- a/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars
+++ b/app/assets/javascripts/discourse/templates/featured_topics.js.handlebars
@@ -18,7 +18,7 @@
       <td class='main-link'>
         <div class='topic-inset'>
           {{topicStatus topic=this}}
-          {{{topicLink this}}
+          {{{topicLink this}}}
         {{#if unread}}
           <a href="{{unbound lastReadUrl}}" class='badge unread badge-notification' title='{{i18n topic.unread_posts unread="unread"}}'>{{unbound unread}}</a>
         {{/if}}