From 92cee02f1217f19a19d872d857f6e617ed3e0eec Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 9 Nov 2016 18:28:46 +0100 Subject: [PATCH] also remove language and text direction attribute from --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stagit.c b/stagit.c index 3b8913f..b2b7268 100644 --- a/stagit.c +++ b/stagit.c @@ -329,7 +329,7 @@ void writeheader(FILE *fp, const char *title) { fputs("\n" - "\n\n" + "\n\n" "\n" "", fp); xmlencode(fp, title, strlen(title)); -- 2.30.2