summaryrefslogtreecommitdiff
path: root/app/views/events/_event_push.atom.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/_event_push.atom.haml')
-rw-r--r--app/views/events/_event_push.atom.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_push.atom.haml b/app/views/events/_event_push.atom.haml
index 28bee1d0a33..f8f0bcb7608 100644
--- a/app/views/events/_event_push.atom.haml
+++ b/app/views/events/_event_push.atom.haml
@@ -1,4 +1,4 @@
-%div{xmlns: "http://www.w3.org/1999/xhtml"}
+%div{ xmlns: "http://www.w3.org/1999/xhtml" }
- event.commits.first(15).each do |commit|
%p
%strong= commit[:author][:name]