summaryrefslogtreecommitdiff
path: root/stagit-index.c
diff options
context:
space:
mode:
authorlostd <lostd@2f30.org>2016-01-20 16:36:16 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-02-26 19:57:15 +0100
commit2b5004624599fdc6e289702a7c3626a96a1a99dd (patch)
treefa389aeb26249fb2ceadbf78311502250b60dfe5 /stagit-index.c
parentad22404903d25e126d97635b01cecb7be33bfd69 (diff)
Use the recommended HTML5 document type.
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index 00f7329..8f8ffc2 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -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);