Navigation Menu

Skip to content

Commit

Permalink
Merge remote-tracking branch 'openaustralia_github/escaping_fixes' in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
crowbot committed Feb 7, 2013
2 parents 21b55a7 + a45a780 commit 0cfd1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/admin_request/show_raw_email.rhtml
Expand Up @@ -31,5 +31,5 @@

<p><%= link_to "Download", "../download_raw_email/" + @raw_email.id.to_s %></p>

<pre><%=h(@raw_email.data).gsub(/\n/, '<br>') %></pre>
<pre><%=h(@raw_email.data).gsub(/\n/, '<br>').html_safe %></pre>

0 comments on commit 0cfd1a1

Please sign in to comment.