summaryrefslogtreecommitdiff
path: root/sample/rss/blend.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/rss/blend.rb')
-rwxr-xr-xsample/rss/blend.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/rss/blend.rb b/sample/rss/blend.rb
index 7d6b239613..351f6f373f 100755
--- a/sample/rss/blend.rb
+++ b/sample/rss/blend.rb
@@ -66,7 +66,7 @@ rss = RSS::Maker.make("1.0") do |maker|
end
maker.items.each do |item|
- item.title.content ||= "UNKNOWN"
+ item.title ||= "UNKNOWN"
item.link ||= "UNKNOWN"
end