diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-11-22 12:58:54 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-11-22 12:58:54 +0000 |
commit | f2f7fb6e572be94a9188b06a3f9b948f5dd5254c (patch) | |
tree | 0a6a0982ddee1be79dc82c865b673f91009b75c8 /app/views/journals | |
parent | 7d12df241da7e3a9a9a7c529eca1257b9432cd4c (diff) | |
download | redmine-f2f7fb6e572be94a9188b06a3f9b948f5dd5254c.tar.gz redmine-f2f7fb6e572be94a9188b06a3f9b948f5dd5254c.zip |
remove spaces inside {} of app/views/journals/index.builder
git-svn-id: http://svn.redmine.org/redmine/trunk@20472 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/journals')
-rw-r--r-- | app/views/journals/index.builder | 2 |
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 |