summaryrefslogtreecommitdiff
path: root/lib/rss/atom.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rss/atom.rb2
1 files changed, 1 insertions, 1 deletions
@@ -527,7 +527,7 @@ module RSS
return false unless inline_other?
return false if inline_other_xml?
- media_type, subtype = mime_split
return true if "text" == media_type.downcase
false
end