summaryrefslogtreecommitdiff
path: root/lib/rdoc/generators/template/html/old_html.rb
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-24 01:48:37 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-24 01:48:37 +0000
commitc951f2f28e005d23214aba3f9a89998541ad7eb0 (patch)
tree1f719073c6a9cee9bf37b490b6cf370fef83459f /lib/rdoc/generators/template/html/old_html.rb
parent8897b01d40b7b253e78f09562409b058c23ca3ad (diff)
SYSTEM identifiers must be absolute
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/generators/template/html/old_html.rb')
-rw-r--r--lib/rdoc/generators/template/html/old_html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/generators/template/html/old_html.rb b/lib/rdoc/generators/template/html/old_html.rb
index de19b66967..9e0073c37e 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>