Skip to content

Commit

Permalink
fixed bug in how RSS identifies if it's able to parse and rdf doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Sep 11, 2009
1 parent 7e44171 commit 0c36ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feedzirra/parser/rss.rb
Expand Up @@ -19,7 +19,7 @@ class RSS
attr_accessor :feed_url

def self.able_to_parse?(xml) #:nodoc:
xml =~ /\<rss|rdf/
xml =~ /\<rss|\<rdf/
end
end

Expand Down

0 comments on commit 0c36ee4

Please sign in to comment.