Skip to content

Commit 6315f2c

Browse files
committed
Added missing safe tag
- Legacy-Id: 1909
1 parent 0ba6b78 commit 6315f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/iesg/agenda_documents_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<td class="title">{{ doc.title|escape }}</td>
5353

54-
<td class="status">{{ doc.friendly_state }}
54+
<td class="status">{{ doc.friendly_state|safe }}
5555
<br/>Intended status: {{doc.ietf_process.intended_maturity_level}}
5656
{% if doc.is_rfc_wrapper %}
5757
{% if doc.has_errata %}<br /><a href="http://www.rfc-editor.org/errata_search.php?rfc={{doc.rfc_number}}" rel="nofollow" target="_blank">Errata</a>{% endif %}

0 commit comments

Comments
 (0)