aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers/templates/email.html.erb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-07-04 12:37:53 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-07-04 12:37:53 +0100
commit523acaf4501313b2462bb21f90f248d5d8e4d932 (patch)
tree77c5d972c16835ee2845ad6bb7f9c03fd1194c19 /lib/mauve/notifiers/templates/email.html.erb
parent89ee7e1a43bca0fc382c23176d1c6aed97b2750b (diff)
Fixed up some templates.
Diffstat (limited to 'lib/mauve/notifiers/templates/email.html.erb')
-rw-r--r--lib/mauve/notifiers/templates/email.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mauve/notifiers/templates/email.html.erb b/lib/mauve/notifiers/templates/email.html.erb
index 46b2ebc..929237a 100644
--- a/lib/mauve/notifiers/templates/email.html.erb
+++ b/lib/mauve/notifiers/templates/email.html.erb
@@ -17,6 +17,6 @@ end
%>.</p>
<hr />
<h2>Detail</h2>
-<div><%=alert.detail %></div>
+<div><%= RedCloth.new(alert.detail).to_html %></div>
<hr />
<address>--<br />Love mauve<br />xxx.</address></body></html>