diff --git a/pagure/templates/docs.html b/pagure/templates/docs.html
index 46bd41c..731c9ec 100644
--- a/pagure/templates/docs.html
+++ b/pagure/templates/docs.html
@@ -72,11 +72,7 @@
{% if content %}
- {% if safe %}
- {{ content |noJS |safe }}
- {% else %}
- {{ content |noJS }}
- {% endif %}
+ {{ content |safe }}
{% endif %}