Skip to content

Commit cce9e49

Browse files
committed
remove unneeded semicolon from app/views/common/feed.atom.builder
git-svn-id: http://svn.redmine.org/redmine/trunk@20453 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent a96cd79 commit cce9e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/common/feed.atom.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
1111
xml.icon favicon_url
1212
xml.updated((@items.first ? @items.first.event_datetime : Time.now).xmlschema)
1313
xml.author { xml.name "#{Setting.app_title}" }
14-
xml.generator(:uri => Redmine::Info.url) { xml.text! Redmine::Info.app_name; }
14+
xml.generator(:uri => Redmine::Info.url) {xml.text! Redmine::Info.app_name}
1515
@items.each do |item|
1616
xml.entry do
1717
url = url_for(item.event_url(:only_path => false, :protocol => protocol, :host => host))

0 commit comments

Comments
 (0)