From ae620515b04228887ff112b209b69d188e792570 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 20 Dec 2015 21:49:23 +0100 Subject: remove double newline bloat --- urmoms-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urmoms-index.c') diff --git a/urmoms-index.c b/urmoms-index.c index e9646a8..bcb6935 100644 --- a/urmoms-index.c +++ b/urmoms-index.c @@ -101,7 +101,7 @@ writeheader(FILE *fp) xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); fprintf(fp, "\n", relpath); - fputs("\n\n\n", fp); + fputs("\n\n", fp); fprintf(fp, "\n\n" "
\"\"

%s

%s
\n", relpath, name, description); -- cgit v1.2.3