aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/outgoing_mailer/initial_request.rhtml
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-26 14:17:58 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-26 14:17:58 +1100
commita90ad580a86441e66a378cb1aca7ec2e4b2b15d3 (patch)
treee04b0e4a1e27fa490d838455c9d5aeec63921412 /app/views/outgoing_mailer/initial_request.rhtml
parent2a193d3bc74b812bd9ddee9d7520ca1e98007511 (diff)
Don't escape text of outgoing emails
Diffstat (limited to 'app/views/outgoing_mailer/initial_request.rhtml')
-rw-r--r--app/views/outgoing_mailer/initial_request.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/outgoing_mailer/initial_request.rhtml b/app/views/outgoing_mailer/initial_request.rhtml
index d537a20bc..5c418ecc7 100644
--- a/app/views/outgoing_mailer/initial_request.rhtml
+++ b/app/views/outgoing_mailer/initial_request.rhtml
@@ -1,4 +1,4 @@
-<%= @outgoing_message.body.strip %>
+<%= raw @outgoing_message.body.strip %>
-------------------------------------------------------------------