Fix escaping in abstracts in i-d-announce message. Fixes #1353. Commit ready for merge.
- Legacy-Id: 13326
This commit is contained in:
parent
75a7beb596
commit
073a7fb04a
|
@ -9,7 +9,9 @@ A new Internet-Draft is available from the on-line Internet-Drafts directories.
|
|||
Pages : {{ draft.pages }}
|
||||
Date : {{ revision_date }}
|
||||
|
||||
{% autoescape off %}
|
||||
{{ draft.abstract }}
|
||||
{% endautoescape %}
|
||||
|
||||
A URL for this Internet-Draft is:
|
||||
https://www.ietf.org/internet-drafts/{{ draft.filename_with_rev }}
|
||||
|
|
Loading…
Reference in a new issue