浏览代码

pushing fix for xss bug

Dave Gandy 8 年之前
父节点
当前提交
5290bf7e2f
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      assets/font-awesome-4.7.0.zip
  2. 1 1
      icons/index.html

二进制
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 %>