Skip to content

Commit 236c3f5

Browse files
authored
fix: Don't run striptags on event descriptions that are emailed (ietf-tools#4267)
* fix: Don't run `striptags` on event descriptions that are emailed Remove the `textify` filter, which is now unused. Fixes ietf-tools#3600 * Update ietf_filters.py * Update notification_email.txt
1 parent 3d49384 commit 236c3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/community/notification_email.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Document: {{ event.doc }},
88

99
Change by {{ event.by }} on {{ event.time }}:
1010

11-
{{ event.desc|textify|striptags }}
11+
{{ event.desc|textify }}
1212

1313
Best regards,
1414

0 commit comments

Comments
 (0)