From: Hiltjo Posthuma Date: Wed, 9 Nov 2016 17:28:46 +0000 (+0100) Subject: also remove language and text direction attribute from X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=92cee02f1217f19a19d872d857f6e617ed3e0eec;p=forks%2Fstagit.git also remove language and text direction attribute from --- 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));