From: Armaan Bhojwani Date: Tue, 6 Apr 2021 17:25:17 +0000 (-0400) Subject: Make alt text cleaner X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=fd5acef9f9ddf162093b31fa5b2d36c020c580c3 Make alt text cleaner --- diff --git a/src/stagit.c b/src/stagit.c index be6d859..c39e9ba 100644 --- a/src/stagit.c +++ b/src/stagit.c @@ -367,7 +367,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, "\n", relpath); fprintf(fp, "\n", relpath); fputs("\n\n
", fp); - fprintf(fp, "\"Go", + fprintf(fp, "\"Home\"", relpath, relpath); fputs("

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