diff options
| author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-24 01:48:37 +0000 |
|---|---|---|
| committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-24 01:48:37 +0000 |
| commit | 74dd74dd55ca15359399e3e0b76fc60554ac26b2 (patch) | |
| tree | 1f719073c6a9cee9bf37b490b6cf370fef83459f /lib/rdoc | |
| parent | 915d9b7ba41c7e8108a69a8eafd3dae51e96e3d1 (diff) | |
| download | ruby-74dd74dd55ca15359399e3e0b76fc60554ac26b2.tar.gz ruby-74dd74dd55ca15359399e3e0b76fc60554ac26b2.tar.xz ruby-74dd74dd55ca15359399e3e0b76fc60554ac26b2.zip | |
SYSTEM identifiers must be absolute
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
| -rw-r--r-- | lib/rdoc/generators/template/html/html.rb | 4 | ||||
| -rw-r--r-- | lib/rdoc/generators/template/html/old_html.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/rdoc/generators/template/html/html.rb b/lib/rdoc/generators/template/html/html.rb index 5df7f64b8..41f9f4b27 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 = %{<?xml version="1.0" encoding="%charset%"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "DTD/xhtml1-transitional.dtd"> + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> } HEADER = XHTML_PREAMBLE + %{ @@ -619,7 +619,7 @@ METHOD_INDEX = FILE_INDEX INDEX = %{<?xml version="1.0" encoding="%charset%"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" - "DTD/xhtml1-frameset.dtd"> + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <!-- diff --git a/lib/rdoc/generators/template/html/old_html.rb b/lib/rdoc/generators/template/html/old_html.rb index de19b6696..9e0073c37 100644 --- a/lib/rdoc/generators/template/html/old_html.rb +++ b/lib/rdoc/generators/template/html/old_html.rb @@ -299,7 +299,7 @@ li { HEADER = %{ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" -"DTD/xhtml1-strict.dtd"> +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>%title%</title> |
