summaryrefslogtreecommitdiffstats
path: root/app/views/common/feed.atom.builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/common/feed.atom.builder')
-rw-r--r--app/views/common/feed.atom.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/feed.atom.builder b/app/views/common/feed.atom.builder
index a67f7154a..d7f4c8b00 100644
--- a/app/views/common/feed.atom.builder
+++ b/app/views/common/feed.atom.builder
@@ -31,7 +31,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.id home_url
xml.icon favicon_url
xml.updated((@items.first ? @items.first.event_datetime : Time.now).xmlschema)
- xml.author { xml.name "#{Setting.app_title}" }
+ xml.author {xml.name "#{Setting.app_title}"}
xml.generator(:uri => Redmine::Info.url) {xml.text! Redmine::Info.app_name}
@items.each do |item|
xml.entry do