Skip to content

Instantly share code, notes, and snippets.

@EnTeQuAk
Created March 22, 2016 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EnTeQuAk/206ee9b3cc12d1944a74 to your computer and use it in GitHub Desktop.
Save EnTeQuAk/206ee9b3cc12d1944a74 to your computer and use it in GitHub Desktop.
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