From a1e6d15e2e82a71b17dbea2b485432fa47f01bd3 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 7 Nov 2020 10:15:15 -0500 Subject: Test stagit index title --- stagit-index.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stagit-index.c b/stagit-index.c index b09a50c..e8c6d4a 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -72,15 +72,18 @@ writeheader(FILE *fp) fprintf(fp, "\n", relpath); fputs("\n\n", fp); fprintf(fp, "\n\n" - "\n
\"\"", relpath); + "", relpath); xmlencode(fp, description, strlen(description)); - fputs("
\n" + fputs("
\n" "
\n
\n
\n" "\n" "" "" "\n", fp); } + /* "
NameDescriptionOwnerLast commit
", relpath); */ + /* xmlencode(fp, description, strlen(description)); */ + /* fputs("
\n" */ void writefooter(FILE *fp) -- cgit v1.2.3