remove Content-Language: en
thanks Aymeric Mansoux!
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
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);