diff options
| author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-26 14:40:16 +1100 |
|---|---|---|
| committer | Louise Crow <louise.crow@gmail.com> | 2013-02-27 06:16:31 -0800 |
| commit | 8dc1a2d282f175c283f42cebdbb3797783a480af (patch) | |
| tree | 80e2279b89a71a67e64f45a8d5343c2acd7ac5f5 | |
| parent | 7db25f53b981d7355b58b2b3cc9d85dee188bc06 (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 %> |
