diff --git a/pagure/templates/docs.html b/pagure/templates/docs.html
index 0ca64cc..8fd4b57 100644
--- a/pagure/templates/docs.html
+++ b/pagure/templates/docs.html
@@ -72,8 +72,10 @@
{% if content %}
- {% if safe }}
+ {% if safe %}
{{ content |safe }}
+ {% else %}
+ {{ content }}
{% endif %}
{% endif %}