]> git.armaanb.net Git - stagit.git/commitdiff
stagit-index: remove Content-Language: en
authorHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 17 Apr 2017 11:06:02 +0000 (13:06 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 17 Apr 2017 11:06:02 +0000 (13:06 +0200)
forgot to remove this from stagit-index aswell, see also:
commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2

stagit-index.c

index 1552f40bd9159ed192c20a8d7bc7224f6194f389..50fe19f564fe225adb1a05b12658aedbd39abdc9 100644 (file)
@@ -75,7 +75,7 @@ writeheader(FILE *fp)
        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, description, strlen(description));
        fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
        fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);