summaryrefslogtreecommitdiff
path: root/lib/rss/0.9.rb
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
commit42dc25803157b11ed566874d0126e8faff9bfaa6 (patch)
treeab78c4647bcdc77e1cc1266a95006d9b5dce5857 /lib/rss/0.9.rb
parent891ad83098840851fb16f7ec4a664fc664792df0 (diff)
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/0.9.rb')
-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)