stagit-index: remove Content-Language: en
forgot to remove this from stagit-index aswell, see also: commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | stagit-index.c | +1 | -1 |
1@@ -75,7 +75,7 @@ writeheader(FILE *fp)
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, description, strlen(description));
8 fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
9 fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);