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

* lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2013-04-26 12:48:59 +00:00
parent 2df0d9a181
commit b486e50434
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Fri Apr 26 21:48:29 2013 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.
Fri Apr 26 21:21:17 2013 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.

View file

@ -719,8 +719,8 @@ module RSS
end
end
# Defines a top-level Atom Entry element
#
# Defines a top-level Atom Entry element
#
class Entry < RSS::Element
include RootElementMixin
include CommonModel