aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2013-02-26 14:40:16 +1100
committerMatthew Landauer <matthew@openaustralia.org>2013-02-26 14:40:16 +1100
commite55407aa2df7e21c75e3993883bc9e271026d287 (patch)
tree417cf1cfcba7b389c54965ecd6b5cf56a5526177
parente50f9ddb3c4f80cdff672a68865f392f249067c4 (diff)
Don't escape uploaded responses
-rw-r--r--app/views/request_mailer/fake_response.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request_mailer/fake_response.rhtml b/app/views/request_mailer/fake_response.rhtml
index e9858f03f..896054a43 100644
--- a/app/views/request_mailer/fake_response.rhtml
+++ b/app/views/request_mailer/fake_response.rhtml
@@ -1 +1 @@
-<%=@body%>
+<%= raw @body %>