From 0b4a6f4ec01b7c0095abb1b4318afa0c3f4edf94 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 08 2016 10:36:23 +0000 Subject: Drop un-used class and block JS in the markdown syntax of the initial comment --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index c7a3f82..1e40138 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -94,11 +94,9 @@ {%if pull_request and pull_request.initial_comment %} -
+
- {%- autoescape false -%} -{{ pull_request.initial_comment | markdown }} - {%- endautoescape -%} +{{ pull_request.initial_comment | markdown | noJS | safe }}
{%endif%}