diff options
author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-16 05:47:17 +0000 |
---|---|---|
committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-16 05:47:17 +0000 |
commit | 6857f508aecfb4685cb2ded3fb76bdad57b7fffb (patch) | |
tree | ab78c4647bcdc77e1cc1266a95006d9b5dce5857 /lib/rss/0.9.rb | |
parent | ce1c652ad2bcd616f2822c11d183ad2ff3ef9b97 (diff) | |
download | ruby-6857f508aecfb4685cb2ded3fb76bdad57b7fffb.tar.gz ruby-6857f508aecfb4685cb2ded3fb76bdad57b7fffb.tar.xz ruby-6857f508aecfb4685cb2ded3fb76bdad57b7fffb.zip |
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/0.9.rb')
-rw-r--r-- | lib/rss/0.9.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb index 77b65cdde..dd5f93b86 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) |