Opened 16 years ago
Closed 16 years ago
#28 closed defect (fixed)
Fix escaping in emails
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Keywords: | Cc: |
Description
The various emails that get sent still use Django auto-escaping functionality. This is unfortunate, since HTML escaping in plain-text emails is stupid.
Change History (1)
comment:1 Changed 16 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/site/your_project_logo.png)
commit 5eb287f761e9b6b8fd3e3900f823020b185ca8d3 Author: Alex Dehnert <adehnert@mit.edu> Date: Wed May 12 03:52:13 2010 -0400 Disable escaping for emails (Trac: #28)