Explorar el Código

pushing fix for xss bug

Dave Gandy hace 8 años
padre
commit
5290bf7e2f
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      assets/font-awesome-4.7.0.zip
  2. 1 1
      icons/index.html

BIN
assets/font-awesome-4.7.0.zip


+ 1 - 1
icons/index.html

@@ -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 %>