summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pergamon/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pergamon/templates/base.html b/pergamon/templates/base.html
index 2b8ff90..6cb889b 100644
--- a/pergamon/templates/base.html
+++ b/pergamon/templates/base.html
@@ -84,6 +84,6 @@
{% block extra_js %}
{# Override this in templates to add extra javascript #}
{% endblock %}
- {{ tracking_code }}
+ {{ tracking_code|safe }}
</body>
</html>