Skip to content

Commit

Permalink
Removed need for application to have a name for RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
drubin committed Aug 17, 2010
1 parent 7624590 commit d9fda43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/logged_exceptions/query.rxml
Expand Up @@ -2,7 +2,7 @@ xml.instruct! :xml, :version=>"1.0", :encoding=>"UTF-8"

xml.rss "version" => "2.0" do
xml.channel do
xml.title "Recent Exceptions#{%( (filtered)) if filtered?} | #{LoggedExceptionsController.application_name}"
xml.title "Recent Exceptions#{%( (filtered)) if filtered?}"
xml.link url_for(:only_path => false, :skip_relative_url_root => false)
xml.language "en-us"
xml.ttl "60"
Expand Down

0 comments on commit d9fda43

Please sign in to comment.