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));