URI: 
       stagit-index: also dont assume someones <html lang> :) - stagit-gopher - A git gopher frontend. (mirror)
  HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 99583eee62af43c0504bfc2aab6058b69a46313b
   DIR parent 7bb7dc5cc97e20aa235badd07b7c0b82726d8109
  HTML 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));