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%}