Browse Source

Fix script injection by using _.template escaping

robmadole 8 years ago
parent
commit
75cdda9bf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/icons.html

+ 1 - 1
src/icons.html

@@ -57,7 +57,7 @@ relative_path: ../
     {% include icons/medical.html %}
   </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 %>