diff options
Diffstat (limited to 'lib/mauve/notifiers')
-rw-r--r-- | lib/mauve/notifiers/templates/xmpp.html.erb | 4 |
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 |