summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/journals/index.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/journals/index.builder b/app/views/journals/index.builder
index 45839ed97..b044d8c84 100644
--- a/app/views/journals/index.builder
+++ b/app/views/journals/index.builder
@@ -8,7 +8,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.id home_url
xml.icon favicon_url
xml.updated((@journals.first ? @journals.first.event_datetime : Time.now).xmlschema)
- xml.author { xml.name "#{Setting.app_title}" }
+ xml.author {xml.name "#{Setting.app_title}"}
@journals.each do |change|
issue = change.issue
xml.entry do