diff options
-rw-r--r-- | lib/rss/atom.rb | 2 |
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 |