]> git.armaanb.net Git - stagit.git/commitdiff
remove Content-Language: en
authorHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 9 Nov 2016 16:49:38 +0000 (17:49 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Wed, 9 Nov 2016 16:49:38 +0000 (17:49 +0100)
thanks Aymeric Mansoux!

stagit.c

index c2ff96632c113349fbbc84191ac24edd733917ea..3b8913f8aef6407b3cade30e040d54106b576410 100644 (file)
--- a/stagit.c
+++ b/stagit.c
@@ -331,7 +331,7 @@ writeheader(FILE *fp, const char *title)
        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);
+               "<title>", fp);
        xmlencode(fp, title, strlen(title));
        if (title[0] && strippedname[0])
                fputs(" - ", fp);