From: Armaan Bhojwani Date: Mon, 5 Apr 2021 15:00:33 +0000 (-0400) Subject: stagit-index: change title to h1 X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=c0ab339d2a4e0eda5354ece2c826f4b786484097 stagit-index: change title to h1 --- 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" ""
NameDescriptionOwner