mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 23:35:30 +00:00
Update to HTML 4.01 doctype.
This commit is contained in:
parent
16c5e31280
commit
0dbf99da69
@ -1,4 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/REC-html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Documentation</title>
|
||||
|
@ -3735,8 +3735,8 @@ write_html_head(FILE *out, /* I - Output file */
|
||||
const char *title, /* I - Title */
|
||||
const char *cssfile) /* I - Stylesheet */
|
||||
{
|
||||
fputs("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" "
|
||||
"\"http://www.w3.org/TR/REC-html40/loose.dtd\">\n"
|
||||
fputs("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" "
|
||||
"\"http://www.w3.org/TR/REC-html4/loose.dtd\">\n"
|
||||
"<html>\n", out);
|
||||
|
||||
if (section)
|
||||
|
Loading…
Reference in New Issue
Block a user