forked from minhngoc25a/freetype2
* src/tools/docmaker/tohtml.py (html_header_1): The `DOCTYPE' comment must
be in uppercase.
This commit is contained in:
parent
4db32ecbc5
commit
e0dd18fc79
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue