diff --git a/CHANGELOG b/CHANGELOG index 5b9e7ee8..332cccc1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,3 +26,6 @@ opened in December. Thanks to Chris Vigelius for the report. 2009-12-16 r145 issue #123 - Google Chart doesn't show when there is a large volume of data in the system. This patch restricts the chart to 1000px wide. + +2009-12-16 r146 Issue #121 Formatting fix for email subjects. Thanks, +Andreas Kotowicz. diff --git a/lib.py b/lib.py index 5906eb97..81c55efb 100644 --- a/lib.py +++ b/lib.py @@ -90,7 +90,7 @@ def send_templated_mail(template_name, email_context, recipients, sender=None, b ).render(context) subject_part = loader.get_template_from_string( - "{{ ticket.ticket }} {{ ticket.title }} %s" % t.subject + "{{ ticket.ticket }} {{ ticket.title|safe }} %s" % t.subject ).render(context) if type(recipients) != list: