From: Hiltjo Posthuma Date: Mon, 17 Apr 2017 11:06:02 +0000 (+0200) Subject: stagit-index: remove Content-Language: en X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=7bb7dc5cc97e20aa235badd07b7c0b82726d8109 stagit-index: remove Content-Language: en forgot to remove this from stagit-index aswell, see also: commit 9e96062b620088a42c7b345e07cc8c12e2b59ed2 --- 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("\n" "\n\n" "\n" - "\n", fp); + "<title>", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); fprintf(fp, "\n", relpath);