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

* lib/rss/: untabified.

* test/rss/: untabified.
* lib/rss/0.9.rb (RSS::Rss#to_s): inent -> indent.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2004-10-16 04:51:15 +00:00
parent 0ebac90b0e
commit 891ad83098
27 changed files with 3937 additions and 3931 deletions

View file

@ -1,3 +1,9 @@
Sat Oct 16 13:42:49 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/: untabified.
* test/rss/: untabified.
* lib/rss/0.9.rb (RSS::Rss#to_s): inent -> indent.
Sat Oct 16 13:34:56 2004 Kouhei Sutou <kou@cozmixng.org>
* lib/rss: supported prety print.

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)}
#{inent}}</rss>
#{indent}}</rss>
EOR
rv = @converter.convert(rv) if convert and @converter
remove_empty_newline(rv)