We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96cd79 commit cce9e49Copy full SHA for cce9e49
app/views/common/feed.atom.builder
@@ -11,7 +11,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
11
xml.icon favicon_url
12
xml.updated((@items.first ? @items.first.event_datetime : Time.now).xmlschema)
13
xml.author { xml.name "#{Setting.app_title}" }
14
- xml.generator(:uri => Redmine::Info.url) { xml.text! Redmine::Info.app_name; }
+ xml.generator(:uri => Redmine::Info.url) {xml.text! Redmine::Info.app_name}
15
@items.each do |item|
16
xml.entry do
17
url = url_for(item.event_url(:only_path => false, :protocol => protocol, :host => host))
0 commit comments