From fb637c5145a818b292a8a5ddf76899c4667c3048 Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Sat, 29 Feb 2020 15:25:35 +0100 Subject: Fixed path to resources --- stagit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stagit.c b/stagit.c index 7ff036f..3c26252 100644 --- a/stagit.c +++ b/stagit.c @@ -352,13 +352,13 @@ writeheader(FILE *fp, const char *title) if (description[0]) fputs(" - ", fp); xmlencode(fp, description, strlen(description)); - fprintf(fp, "\n\n", relpath); + fprintf(fp, "\n\n", "/web/"); fprintf(fp, "\n", name, relpath); - fprintf(fp, "\n", relpath); + fprintf(fp, "\n", "/web/"); fputs("\n\n
", fp); fprintf(fp, "\"\"", - relpath, relpath); + relpath, "/web/"); fputs("

", fp); xmlencode(fp, strippedname, strlen(strippedname)); fputs("

", fp); -- cgit v1.2.3