lib/html2rss/utils.rb in html2rss-0.6.0 vs lib/html2rss/utils.rb in html2rss-0.7.0

- old
+ new

@@ -26,9 +26,9 @@ uri.fragment = url.fragment if url.fragment end end def self.hash_to_xml(hash) - hash.to_xml(root: :html, skip_instruct: true, skip_types: true) + hash.to_xml(skip_instruct: true, skip_types: true) end end end