mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-04-17 15:22:09 +00:00
Fix DOCTYPE link for HTML 4.01 loose.
This commit is contained in:
parent
0dbf99da69
commit
1646671128
@ -3736,7 +3736,7 @@ write_html_head(FILE *out, /* I - Output file */
|
||||
const char *cssfile) /* I - Stylesheet */
|
||||
{
|
||||
fputs("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" "
|
||||
"\"http://www.w3.org/TR/REC-html4/loose.dtd\">\n"
|
||||
"\"http://www.w3.org/TR/html4/loose.dtd\">\n"
|
||||
"<html>\n", out);
|
||||
|
||||
if (section)
|
||||
|
Loading…
Reference in New Issue
Block a user