From 63bd1d69cf7791b4bf5c8ec184853c67f3191804 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 17 Oct 2020 01:06:38 -0400 Subject: Make browsing continuous --- stagit-index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stagit-index.c b/stagit-index.c index a4b14de..3c03148 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -71,7 +71,7 @@ writeheader(FILE *fp) fprintf(fp, "\n\n", relpath); fprintf(fp, "\n", relpath); fputs("\n\n", fp); - fprintf(fp, "\n\n" + fprintf(fp, "
\"\"
\n\n" "
\"\"", relpath); xmlencode(fp, description, strlen(description)); fputs("
\n" -- cgit v1.2.3