diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-26 14:40:16 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-26 14:40:16 +1100 |
commit | e55407aa2df7e21c75e3993883bc9e271026d287 (patch) | |
tree | 417cf1cfcba7b389c54965ecd6b5cf56a5526177 | |
parent | e50f9ddb3c4f80cdff672a68865f392f249067c4 (diff) |
Don't escape uploaded responses
-rw-r--r-- | app/views/request_mailer/fake_response.rhtml | 2 |
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 %> |