diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-01-15 11:26:34 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-01-15 11:26:34 +1100 |
commit | 87afc0a40d71cd6e577d608a0459c42c5170c5b0 (patch) | |
tree | 0af3f6a8ca369f14a21094afdf2f8ebc64d0ea89 | |
parent | 84c1f3b879801c226ea56275ce6675e8ef4c9ed7 (diff) |
Don't escape text emails
-rw-r--r-- | app/views/track_mailer/event_digest.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/track_mailer/event_digest.rhtml b/app/views/track_mailer/event_digest.rhtml index 2c2e3c957..dc8132b99 100644 --- a/app/views/track_mailer/event_digest.rhtml +++ b/app/views/track_mailer/event_digest.rhtml @@ -57,7 +57,7 @@ main_text += "\n" end -%><%=main_text%><%= _("Alter your subscription")%> +%><%=raw main_text%><%= _("Alter your subscription")%> ======================= <% _("Please click on the link below to cancel or alter these emails.") %> |