We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dadead commit 8bbcc5fCopy full SHA for 8bbcc5f
1 file changed
ietf/templates/idtracker/documentcomment_detail.html
@@ -34,7 +34,7 @@ <h1 class="first">Comment on {{ object.document.document.displayname_with_link|s
34
<span class="{{ object.get_ballot_display }}">[IESG Evaluation {{ object.get_ballot_display|upper }}] </span>
35
{% endif %}
36
37
- <pre>{{ object.comment_text|wrap_long_lines|escape }}</pre></td></tr>
+ <pre>{{ object.comment_text|wrap_long_lines|safe }}</pre></td></tr>
38
</table>
39
40
<form action="."><p><input type="button" value="Back" onClick="history.go(-1)"/></p></form>
0 commit comments