Fix termlist templates.
[mkws-moved-to-github.git] / src / mkws-widget-termlists.templates / Facet.handlebars
index 520ce1d..621c9c1 100644 (file)
@@ -12,6 +12,6 @@ terms:
 <div class="mkwsFacetTitle">{{caption}}</div>
 {{#each terms}}
   <div class="mkwsTerm">
-    <a href="#" {{linkdata}}>{{term}}</a> <span>{{count}}</span>
+    <a href="#" {{{linkdata}}}>{{term}}</a> <span>{{count}}</span>
   </div>
 {{/each}}