* src/tools/docmaker/tohtml.py (html_header_1): The `DOCTYPE' comment must be in uppercase.
diff --git a/ChangeLog b/ChangeLog
index bb7dca9..d755a08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* src/tools/docmaker/tohtml.py (html_header_2): Add horizontal
padding between table elements.
+ (html_header_1): The `DOCTYPE' comment must be in uppercase.
2006-03-23 David Turner <david@freetype.org>
diff --git a/src/tools/docmaker/tohtml.py b/src/tools/docmaker/tohtml.py
index bdd5a03..b10816b 100644
--- a/src/tools/docmaker/tohtml.py
+++ b/src/tools/docmaker/tohtml.py
@@ -7,7 +7,7 @@ import time
# The following defines the HTML header used by all generated pages.
#
html_header_1 = """\
-<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>