tUse the recommended HTML5 document type. - stagit - static git page generator
 (HTM) git clone git://src.adamsgaard.dk/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2b5004624599fdc6e289702a7c3626a96a1a99dd
 (DIR) parent ad22404903d25e126d97635b01cecb7be33bfd69
 (HTM) Author: lostd <lostd@2f30.org>
       Date:   Wed, 20 Jan 2016 16:36:16 +0200
       
       Use the recommended HTML5 document type.
       
       Diffstat:
         M stagit-index.c                      |       2 +-
         M stagit.c                            |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/stagit-index.c b/stagit-index.c
       t@@ -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);
 (DIR) diff --git a/stagit.c b/stagit.c
       t@@ -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);