From 88218eafb66d63ae7edd2f8a726bfbd3300719a5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 01 2015 07:04:19 +0000 Subject: Always try to disable JavaScript in the doc pages --- 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 %}