stagit

remove Content-Language: en

thanks Aymeric Mansoux!

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 1f974ca parent: d11bbcf
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
M · stagit.c +1, -1
1@@ -331,7 +331,7 @@ writeheader(FILE *fp, const char *title)
2 	fputs("<!DOCTYPE html>\n"
3 		"<html dir=\"ltr\" lang=\"en\">\n<head>\n"
4 		"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
5-		"<meta http-equiv=\"Content-Language\" content=\"en\" />\n<title>", fp);
6+		"<title>", fp);
7 	xmlencode(fp, title, strlen(title));
8 	if (title[0] && strippedname[0])
9 		fputs(" - ", fp);