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
|
@ -8,8 +8,10 @@ A new Internet-Draft is available from the on-line Internet-Drafts directories.
|
||||||
Filename : {{ draft.name }}
|
Filename : {{ draft.name }}
|
||||||
Pages : {{ draft.pages }}
|
Pages : {{ draft.pages }}
|
||||||
Date : {{ revision_date }}
|
Date : {{ revision_date }}
|
||||||
|
|
||||||
|
{% autoescape off %}
|
||||||
{{ draft.abstract }}
|
{{ draft.abstract }}
|
||||||
|
{% endautoescape %}
|
||||||
|
|
||||||
A URL for this Internet-Draft is:
|
A URL for this Internet-Draft is:
|
||||||
https://www.ietf.org/internet-drafts/{{ draft.filename_with_rev }}
|
https://www.ietf.org/internet-drafts/{{ draft.filename_with_rev }}
|
||||||
|
|
Loading…
Reference in a new issue