by request change the document type from html 4.0 to whatever the current version of html is (currently 5)

This commit is contained in:
david parsons
2022-06-19 17:47:30 -07:00
parent 63f542f34d
commit 4cdcac0d90
+1 -1
View File
@@ -195,7 +195,7 @@ char **argv;
/* print a header */
fprintf(output,
"<!doctype html public \"-//W3C//DTD HTML 4.0 Transitional //EN\">\n"
"<!doctype html>\n"
"<html>\n"
"<head>\n"
" <meta name=\"GENERATOR\" content=\"mkd2html %s\">\n", markdown_version);