From 651a234b0ef0974354664101226608f952b59bb8 Mon Sep 17 00:00:00 2001 From: Ted Han Date: Tue, 30 Jun 2015 12:00:42 -0500 Subject: [PATCH] ban markup inside of facets. --- lib/js/templates/search_facet.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/js/templates/search_facet.jst b/lib/js/templates/search_facet.jst index eecc900..80838d7 100644 --- a/lib/js/templates/search_facet.jst +++ b/lib/js/templates/search_facet.jst @@ -1,5 +1,5 @@ <% if (model.has('category')) { %> -
<%= model.get('category') %>:
+
<%- model.get('category') %>:
<% } %>