aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notifiers/templates/xmpp.html.erb
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-09-16 12:49:01 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-09-16 12:49:01 +0100
commit6fe5fa125ef2724e91dadf3a6d37766fee55aa71 (patch)
treef65277fc66f1cf2375b768de13286e9de88d9e68 /lib/mauve/notifiers/templates/xmpp.html.erb
parent38e4d877abee3c8e40edd932057e2bf16ad01e13 (diff)
Updated XMPP template
Diffstat (limited to 'lib/mauve/notifiers/templates/xmpp.html.erb')
-rw-r--r--lib/mauve/notifiers/templates/xmpp.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mauve/notifiers/templates/xmpp.html.erb b/lib/mauve/notifiers/templates/xmpp.html.erb
index 7c0bbfd..12354a2 100644
--- a/lib/mauve/notifiers/templates/xmpp.html.erb
+++ b/lib/mauve/notifiers/templates/xmpp.html.erb
@@ -1,4 +1,4 @@
- <html xmlns="http://jabber.org/protocol/xhtml-im"><body xmlns="OAhttp://www.w3.org/1999/xhtml">
+ <html xmlns="http://jabber.org/protocol/xhtml-im"><body xmlns="http://www.w3.org/1999/xhtml">
<a href="<%=WebInterface.url_for(alert)%>"><%= alert.id%>: <%= alert.update_type.upcase %></a>: <%
case alert.update_type
when "cleared"
@@ -8,7 +8,7 @@ when "acknowledged"
else
%><%= alert.raised_at.to_s_relative %><%
end
-%>: <strong><%= alert.subject %>:</strong> <%= alert.summary %><%
+%>: <strong><%= alert.subject %></strong> <%= alert.summary %><%
if alert.source != alert.subject
%> -- from <%= alert.source %><%
end