stagit-index: also dont assume someones <html lang> :) - stagit - static git page generator
 (HTM) git clone git://git.codemadness.org/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 99583eee62af43c0504bfc2aab6058b69a46313b
 (DIR) parent 7bb7dc5cc97e20aa235badd07b7c0b82726d8109
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Mon, 17 Apr 2017 13:13:26 +0200
       
       stagit-index: also dont assume someones <html lang> :)
       
       Diffstat:
         M stagit-index.c                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/stagit-index.c b/stagit-index.c
       @@ -73,7 +73,7 @@ void
        writeheader(FILE *fp)
        {
                fputs("<!DOCTYPE html>\n"
       -                "<html dir=\"ltr\" lang=\"en\">\n<head>\n"
       +                "<html>\n<head>\n"
                        "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
                        "<title>", fp);
                xmlencode(fp, description, strlen(description));