mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user