git » stagit-fork.git » commit 9e96062

remove Content-Language: en

author Hiltjo Posthuma
2016-11-09 16:49:38 UTC
committer Hiltjo Posthuma
2016-11-09 16:49:38 UTC
parent 300a2495c63bfcaa0a14a86b79506c73154f632f

remove Content-Language: en

thanks Aymeric Mansoux!

stagit.c +1 -1

diff --git a/stagit.c b/stagit.c
index c2ff966..3b8913f 100644
--- 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);