Use the recommended HTML5 document type.

This commit is contained in:
lostd 2016-01-20 16:36:16 +02:00 committed by Hiltjo Posthuma
parent ad22404903
commit 2b50046245
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ printtimeshort(FILE *fp, const git_time *intime)
int
writeheader(FILE *fp)
{
fputs("<!DOCTYPE HTML>"
fputs("<!DOCTYPE html>\n"
"<html dir=\"ltr\" lang=\"en\">\n<head>\n"
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
"<meta http-equiv=\"Content-Language\" content=\"en\" />\n<title>", fp);

View file

@ -237,7 +237,7 @@ printtimeshort(FILE *fp, const git_time *intime)
int
writeheader(FILE *fp)
{
fputs("<!DOCTYPE HTML>"
fputs("<!DOCTYPE html>\n"
"<html dir=\"ltr\" lang=\"en\">\n<head>\n"
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
"<meta http-equiv=\"Content-Language\" content=\"en\" />\n<title>", fp);