From 99583eee62af43c0504bfc2aab6058b69a46313b Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 17 Apr 2017 13:13:26 +0200 Subject: [PATCH] stagit-index: also dont assume someones :) --- stagit-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stagit-index.c b/stagit-index.c index 50fe19f..09e5513 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -73,7 +73,7 @@ void writeheader(FILE *fp) { fputs("\n" - "\n\n" + "\n\n" "\n" "", fp); xmlencode(fp, description, strlen(description)); -- 2.30.2