Skip to content

Commit b6a2aef

Browse files
committed
Added missing safe tags
- Legacy-Id: 1824
1 parent 50ae7ac commit b6a2aef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/wginfo/wg-charter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Mailing List:</h2>
7373
</table>
7474

7575
<h2>Description of Working Group:</h2>
76-
<blockquote><p>{{ wg.charter_text|escape|format_charter }}</p></blockquote>
76+
<blockquote><p>{{ wg.charter_text|escape|format_charter|safe }}</p></blockquote>
7777

7878
<h2>Goals and Milestones:</h2>
7979
<table>

ietf/templates/wginfo/wg-charter.txt

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

3232
Description of Working Group:
3333

34-
{{ wg.charter_text|indent }}
34+
{{ wg.charter_text|indent|safe }}
3535

3636
Goals and Milestones:
3737
{% for milestone in wg.milestones %} {% if milestone.done %}Done {% else %}{%ifequal milestone.expected_due_date.month 1 %}Jan{% endifequal %}{%ifequal milestone.expected_due_date.month 2 %}Feb{% endifequal %}{%ifequal milestone.expected_due_date.month 3 %}Mar{% endifequal %}{%ifequal milestone.expected_due_date.month 4 %}Apr{% endifequal %}{%ifequal milestone.expected_due_date.month 5 %}May{% endifequal %}{%ifequal milestone.expected_due_date.month 6 %}Jun{% endifequal %}{%ifequal milestone.expected_due_date.month 7 %}Jul{% endifequal %}{%ifequal milestone.expected_due_date.month 8 %}Aug{% endifequal %}{%ifequal milestone.expected_due_date.month 9 %}Sep{% endifequal %}{%ifequal milestone.expected_due_date.month 10 %}Oct{% endifequal %}{%ifequal milestone.expected_due_date.month 11 %}Nov{% endifequal %}{%ifequal milestone.expected_due_date.month 12 %}Dec{% endifequal %} {{ milestone.expected_due_date.year }}{% endif %} - {{ milestone.description|safe }}

0 commit comments

Comments
 (0)