git-query
git data extraction tool using c and libgit2
git clone https://9o.is/git/git-query.git
commit dfd93dc273b128381a383c48c57d83252580c81a parent 800a0ab8e540ed3044497a7d947866d528e5e06d Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 17 Apr 2017 13:06:02 +0200 stagit-index: remove Content-Language: en forgot to remove this from stagit-index aswell, see also: commit eabbc9d961e64a51ba7046f37e5625876ebf533d Diffstat:
| M | stagit-index.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);