From 3ef4e98eb713a056ddd634d38cd27df327596ab1 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 30 Dec 2003 03:32:39 +0000 Subject: Fix problem when class name is also a method name git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/generators/template/chm/chm.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rdoc/generators') diff --git a/lib/rdoc/generators/template/chm/chm.rb b/lib/rdoc/generators/template/chm/chm.rb index 6df83a7773..4a89c26520 100644 --- a/lib/rdoc/generators/template/chm/chm.rb +++ b/lib/rdoc/generators/template/chm/chm.rb @@ -7,6 +7,7 @@ require "rdoc/generators/template/html/html" # tag, so... BODY.sub!(/<\?xml.*\?>/, '') +SRC_PAGE.sub!(/<\?xml.*\?>/, '') HPP_FILE = %{ [OPTIONS] -- cgit v1.2.3