summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/rss/atom.rb4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bb9802c05d..a1d8e1b7b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/lib/rss/atom.rb b/lib/rss/atom.rb
index 27f6f76ee4..fc16a381c1 100644
--- a/lib/rss/atom.rb
+++ b/lib/rss/atom.rb
@@ -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