Created
March 22, 2016 13:50
-
-
Save EnTeQuAk/206ee9b3cc12d1944a74 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/olympia/search/templates/search/results.html b/src/olympia/search/templates/search/results.html | |
index 9f7757d..924f8ad 100644 | |
--- a/src/olympia/search/templates/search/results.html | |
+++ b/src/olympia/search/templates/search/results.html | |
@@ -24,7 +24,7 @@ | |
{% endblock %} | |
{% block extrahead %} | |
-<meta name="WT.oss" content="{{ query_term }}"> | |
+<meta name="WT.oss" content="{{ query_term|safe }}"> | |
<meta name="WT.oss_r" content="{{ pager.paginator.count }}"> | |
{% endblock %} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment