Towards MKWS-294 (Change names of MKWS classes to be case-insensitive)
[mkws-moved-to-github.git] / src / mkws.templates / Facet.handlebars
index cf697ed..7b1217b 100644 (file)
@@ -10,9 +10,9 @@ terms:
   field - for the xtargets facet ONLY, the opaque identifier of the target
 }}
 
-<div class="mkwsFacetTitle">{{caption}}</div>
+<div class="mkws-facet-title">{{caption}}</div>
 {{#each terms}}
-  <div class="mkwsTerm">
+  <div class="mkws-term">
     <a href="#" {{{linkdata}}}>{{term}}</a> <span>{{count}}</span>
   </div>
 {{/each}}