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 | 84ec552d32a0c71be18ef1a44eb3ef83d6e20413 (patch) | |
| tree | cd5a52bf558c4c85d432248c83e6e76fefd6554f | |
| parent | 826c271eda104cb1c56f5f38a4b3b4f4b90f5e3b (diff) | |
| download | ruby-84ec552d32a0c71be18ef1a44eb3ef83d6e20413.tar.gz ruby-84ec552d32a0c71be18ef1a44eb3ef83d6e20413.tar.xz ruby-84ec552d32a0c71be18ef1a44eb3ef83d6e20413.zip | |
* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | lib/rss/0.9.rb | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. 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) |
