remove Content-Language: en - 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 9e96062b620088a42c7b345e07cc8c12e2b59ed2 DIR parent 300a2495c63bfcaa0a14a86b79506c73154f632f HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 9 Nov 2016 17:49:38 +0100 remove Content-Language: en thanks Aymeric Mansoux! Diffstat: M stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git 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);