From 42dc25803157b11ed566874d0126e8faff9bfaa6 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 16 Oct 2004 05:47:17 +0000 Subject: * 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 --- lib/rss/0.9.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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} #{channel_element(false, next_indent)} #{other_element(false, next_indent)} -#{indent}} +#{indent} EOR rv = @converter.convert(rv) if convert and @converter remove_empty_newline(rv) -- cgit v1.2.3