From c951f2f28e005d23214aba3f9a89998541ad7eb0 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 24 May 2004 01:48:37 +0000 Subject: [PATCH] SYSTEM identifiers must be absolute git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rdoc/generators/template/html/html.rb | 4 ++-- lib/rdoc/generators/template/html/old_html.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7402b72324..84a675b51a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 24 10:46:26 2004 Kazuhiro NISHIYAMA + + * lib/rdoc/generators/template/html/html.rb: SYSTEM identifiers + must be absolute URIs + Sat May 22 11:54:10 2004 Nobuyoshi Nakada * MANIFEST: add test/openssl/test_x509store.rb. diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb index 5df7f64b87..41f9f4b271 100644 --- a/lib/rdoc/generators/template/html/html.rb +++ b/lib/rdoc/generators/template/html/html.rb @@ -207,7 +207,7 @@ div.method-source-code pre { color: #ffdead; overflow: hidden; } XHTML_PREAMBLE = %{ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> } HEADER = XHTML_PREAMBLE + %{ @@ -619,7 +619,7 @@ METHOD_INDEX = FILE_INDEX INDEX = %{ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">