Skip to content

Commit 073a7fb

Browse files
committed
Fix escaping in abstracts in i-d-announce message. Fixes ietf-tools#1353. Commit ready for merge.
- Legacy-Id: 13326
1 parent 75a7beb commit 073a7fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/secr/templates/drafts/message_new.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ A new Internet-Draft is available from the on-line Internet-Drafts directories.
88
Filename : {{ draft.name }}
99
Pages : {{ draft.pages }}
1010
Date : {{ revision_date }}
11-
11+
12+
{% autoescape off %}
1213
{{ draft.abstract }}
14+
{% endautoescape %}
1315

1416
A URL for this Internet-Draft is:
1517
https://www.ietf.org/internet-drafts/{{ draft.filename_with_rev }}

0 commit comments

Comments
 (0)