Commit fd1ca2fc authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Avoid double-escaping the comment contents, pylons already does this by default

parent 3676f4a3
......@@ -171,7 +171,7 @@
<li>
<div>
<pre>${ h.util.html_escape(comment.text) }</pre>
<pre>${ comment.text }</pre>
% if comment.outcome == c.constants.PACKAGE_COMMENT_OUTCOME_NEEDS_WORK:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment