From 236c3f5b3e7645c3c01f90e70259ee98080c6541 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Sun, 24 Jul 2022 12:37:17 -0400 Subject: [PATCH] fix: Don't run `striptags` on event descriptions that are emailed (#4267) * fix: Don't run `striptags` on event descriptions that are emailed Remove the `textify` filter, which is now unused. Fixes #3600 * Update ietf_filters.py * Update notification_email.txt --- ietf/templates/community/notification_email.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/community/notification_email.txt b/ietf/templates/community/notification_email.txt index bd0b0177f..d3a6c2214 100644 --- a/ietf/templates/community/notification_email.txt +++ b/ietf/templates/community/notification_email.txt @@ -8,7 +8,7 @@ Document: {{ event.doc }}, Change by {{ event.by }} on {{ event.time }}: -{{ event.desc|textify|striptags }} +{{ event.desc|textify }} Best regards,