summaryrefslogtreecommitdiff
path: root/lib/rss/2.0.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/2.0.rb')
-rw-r--r--lib/rss/2.0.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/2.0.rb b/lib/rss/2.0.rb
index 44bdb4f1ae..3798da4eb7 100644
--- a/lib/rss/2.0.rb
+++ b/lib/rss/2.0.rb
@@ -105,7 +105,7 @@ module RSS
end
RSS09::ELEMENTS.each do |name|
- BaseListener.install_get_text_element("", name, "#{name}=")
+ BaseListener.install_get_text_element("", name, name)
end
end