From 9e96062b620088a42c7b345e07cc8c12e2b59ed2 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 9 Nov 2016 17:49:38 +0100 Subject: [PATCH] remove Content-Language: en thanks Aymeric Mansoux! --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);