1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
kou 2004-10-16 05:47:17 +00:00
parent 891ad83098
commit 42dc258031
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Sat Oct 16 14:45:28 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
Sat Oct 16 13:42:49 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/: untabified.

View file

@ -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)