# HG changeset patch # User Brian Neal # Date 1334279658 18000 # Node ID 275e62422c9ebfa840aa8d4263949b70b07d9cb0 # Parent 15df2b1a0e8892262c941d7b4bca9dd044894b8f Use the safe filter on the email message text. Otherwise apostrophes get turned into ' etc. diff -r 15df2b1a0e88 -r 275e62422c9e madeira/templates/email_list/mailing_list.txt --- a/madeira/templates/email_list/mailing_list.txt Thu Apr 12 18:00:05 2012 -0500 +++ b/madeira/templates/email_list/mailing_list.txt Thu Apr 12 20:14:18 2012 -0500 @@ -1,4 +1,4 @@ -{{ message }} +{{ message|safe }} ---- You are receiving this message because you are subscribed to the mailing list