From 6e9028074a4c4f39e60ef8bf9f265cce4bd16cd8 Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Tue, 27 Dec 2022 10:39:02 +0000 Subject: [PATCH] fixed logo and return to home link --- stagit-index.c | 2 +- stagit.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stagit-index.c b/stagit-index.c index a5eddc4..a9915fc 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -112,7 +112,7 @@ writeheader(FILE *fp) xmlencode(fp, description, strlen(description)); fputs("\n" "\n" - "Return to Home\n" + "Return to Home\n" "\n\n
\n
\n" "\n" "" diff --git a/stagit.c b/stagit.c index 2446466..fb808dd 100644 --- a/stagit.c +++ b/stagit.c @@ -520,7 +520,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath); fprintf(fp, "\n", relpath); fputs("\n\n
NameDescriptionOwner
", fp); - fprintf(fp, "\"\"", + fprintf(fp, "\"\"", relpath, relpath); fputs("

", fp); xmlencode(fp, strippedname, strlen(strippedname)); @@ -548,7 +548,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, " | LICENSE", relpath, license); fputs("

\n", fp); - fprintf(fp, "Return to Home", relpath); + fprintf(fp, "Return to Home", relpath); fputs("
\n
\n
\n", fp); } -- 2.30.2