There was an error while loading. Please reload this page.
1 parent 2c1d736 commit 5815ed4Copy full SHA for 5815ed4
2 files changed
ietf/templates/feeds/comments_description.html
@@ -1,3 +1,3 @@
1
{# Copyright The IETF Trust 2007, All Rights Reserved #}
2
{% load ietf_filters %}
3
-{{ obj.comment_text|format_textarea|truncatewords_html:"20" }}
+{{ obj.comment_text|format_textarea|safe|truncatewords_html:"20" }}
ietf/templates/idtracker/idinternal_detail.html
@@ -203,7 +203,7 @@ <h1>Comment Log [<a href="/feed/comments/{{ object.document.filename }}/">atom f
203
<span class="{{ comment.get_ballot_display }}">[IESG Evaluation {{ comment.get_ballot_display|upper }}] </span>
204
{% endif %}
205
206
- {{ comment.comment_text|removetags:"b br"|truncatewords_html:"20"|escape }}
+ {{ comment.comment_text|removetags:"b br"|truncatewords_html:"20"|safe }}
207
[<a href="{{ comment.get_absolute_url }}">more</a>]
208
</td>
209
0 commit comments