Skip to content

Commit

Permalink
ban markup inside of facets.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Jun 30, 2015
1 parent 4e34720 commit 651a234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js/templates/search_facet.jst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if (model.has('category')) { %>
<div class="category"><%= model.get('category') %>:</div>
<div class="category"><%- model.get('category') %>:</div>
<% } %>

<div class="search_facet_input_container">
Expand Down

0 comments on commit 651a234

Please sign in to comment.