From 9c0d060bb46f31022e8119ed4952a32d5220b984 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 8 Dec 2004 14:56:55 +0000 Subject: Fix CSS typo that meant h2 headings were invisible git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a0103ba74..461e20baf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 8 23:54:29 2004 Dave Thomas + + * lib/rdoc/generators/template/html/html.rb (RDoc::Page): Typo + meant that h2 tag was invisible. + Wed Dec 8 21:56:31 2004 Kouhei Sutou * lib/rss, test/rss, sample/rss: backported from CVS HEAD. -- cgit