summaryrefslogtreecommitdiff
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-04-17 13:06:02 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-04-17 13:06:02 +0200
commit7bb7dc5cc97e20aa235badd07b7c0b82726d8109 (patch)
tree5dce4ae8ee74d4ae5caa87e990b7456ae80e1818 /stagit-index.c
parentf9e7dc80702317cf5b9c764eeec89e2cbde8c982 (diff)
stagit-index: remove Content-Language: en
forgot to remove this from stagit-index aswell, see also: commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index 1552f40..50fe19f 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -75,7 +75,7 @@ writeheader(FILE *fp)
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, description, strlen(description));
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);