From 5ef4bcdecca27108c1a3ffc2da8cd151510a4cc9 Mon Sep 17 00:00:00 2001
From: Chris Hunt <c@chrishunt.co>
Date: Tue, 4 Jun 2013 08:33:47 -0700
Subject: [PATCH] Add missing handlebar in featured_topics template

---
 .../discourse/templates/featured_topics.js.handlebars           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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