Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2016-11-21 21:48:06 +0300
committerDave Gandy <dave@davegandy.com>2016-11-21 21:48:06 +0300
commit5290bf7e2f92b0cd62823659c419edd7c75103e4 (patch)
tree1a2fb2b0b60230803d0407e6c77da24717c9eb92
parentfa33bb7d9cc05c755d906565a74a542546201155 (diff)
pushing fix for xss bug
-rw-r--r--assets/font-awesome-4.7.0.zipbin669808 -> 669808 bytes
-rw-r--r--icons/index.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/font-awesome-4.7.0.zip b/assets/font-awesome-4.7.0.zip
index fbb67dd73..ba01139a0 100644
--- a/assets/font-awesome-4.7.0.zip
+++ b/assets/font-awesome-4.7.0.zip
Binary files differ
diff --git a/icons/index.html b/icons/index.html
index 9b23a158d..1a6b61d05 100644
--- a/icons/index.html
+++ b/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 %>