From: Hiltjo Posthuma Date: Wed, 9 Nov 2016 16:49:38 +0000 (+0100) Subject: remove Content-Language: en X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=9e96062b620088a42c7b345e07cc8c12e2b59ed2;p=forks%2Fstagit.git remove Content-Language: en thanks Aymeric Mansoux! --- diff --git a/stagit.c b/stagit.c index c2ff966..3b8913f 100644 --- a/stagit.c +++ b/stagit.c @@ -331,7 +331,7 @@ writeheader(FILE *fp, const char *title) fputs("\n" "\n\n" "\n" - "\n", fp); + "<title>", fp); xmlencode(fp, title, strlen(title)); if (title[0] && strippedname[0]) fputs(" - ", fp);