stagit

static git repository generator

git clone https://9o.is/git/stagit.git

commit eabbc9d961e64a51ba7046f37e5625876ebf533d
parent ac8941e59005b036e9dac2e53918b4801c38e512
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  9 Nov 2016 17:49:38 +0100

remove Content-Language: en

thanks Aymeric Mansoux!

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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);