diff --git a/pagure/templates/docs.html b/pagure/templates/docs.html index 8fd4b57..46bd41c 100644 --- a/pagure/templates/docs.html +++ b/pagure/templates/docs.html @@ -73,9 +73,9 @@ {% if content %}
{% if safe %} - {{ content |safe }} + {{ content |noJS |safe }} {% else %} - {{ content }} + {{ content |noJS }} {% endif %}
{% endif %}