From c0ab339d2a4e0eda5354ece2c826f4b786484097 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 5 Apr 2021 11:00:33 -0400 Subject: [PATCH] stagit-index: change title to h1 --- src/stagit-index.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stagit-index.c b/src/stagit-index.c index d1c663e..8a4d974 100644 --- a/src/stagit-index.c +++ b/src/stagit-index.c @@ -75,9 +75,9 @@ writeheader(char *path) 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" "" -- 2.39.2
NameDescriptionOwner