Merged in [13326] from rcross@amsl.com:
Fix escaping in abstracts in i-d-announce message. Fixes #1353.
- Legacy-Id: 13331
Note: SVN reference [13326] has been migrated to Git commit 073a7fb04a
This commit is contained in:
commit
4ddd0d2d2f
|
@ -8,8 +8,10 @@ A new Internet-Draft is available from the on-line Internet-Drafts directories.
|
|||
Filename : {{ draft.name }}
|
||||
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