소스 검색

pushing fix for xss bug

Dave Gandy 8 년 전
부모
커밋
5290bf7e2f
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 %>