pushing fix for xss bug

This commit is contained in:
Dave Gandy 2016-11-21 13:48:06 -05:00
parent fa33bb7d9c
commit 5290bf7e2f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -2430,7 +2430,7 @@ an error. To work around this, you'll need to modify the social icon class names
</div>
<script type="text/template" id="results-template">
<h2 class="page-header">Search for '<span class="text-color-default"><%= content.query %></span>'</h2>
<h2 class="page-header">Search for '<span class="text-color-default"><%- content.query %></span>'</h2>
<% if (content.nbHits > 0) { %>
<div class="row fontawesome-icon-list">
<%= results %>