summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-16 05:47:17 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-16 05:47:17 +0000
commit3e3396b1018b2eecfcee7e35f1b284585cdd66d0 (patch)
treecd5a52bf558c4c85d432248c83e6e76fefd6554f /lib
parentb4634f935ae4e179dc4c234837a80a33f6bb0251 (diff)
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rss/0.9.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb
index 77b65cddec..dd5f93b868 100644
--- a/lib/rss/0.9.rb
+++ b/lib/rss/0.9.rb
@@ -59,7 +59,7 @@ module RSS
#{indent}<rss version="#{@rss_version}"#{ns_declaration(next_indent)}>
#{channel_element(false, next_indent)}
#{other_element(false, next_indent)}
-#{indent}}</rss>
+#{indent}</rss>
EOR
rv = @converter.convert(rv) if convert and @converter
remove_empty_newline(rv)