commit b6aaac423b0e8d6be903600bf8f72f88ed5a1ae3 from: Bradley Taunt date: Thu Nov 07 16:16:58 2024 UTC We come full circle... commit - cba117580dda21c01b314db7209ab465a0c4e298 commit + b6aaac423b0e8d6be903600bf8f72f88ed5a1ae3 blob - 27a188990f490f8f4dfd09d94f159a178c8b2bf4 blob + ca5de2eefcc0e30f02517351c8a3803950c70bf7 --- stagit.c +++ stagit.c @@ -521,7 +521,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath); fprintf(fp, "\n", relpath); fputs("\n\n
", fp); - fprintf(fp, "\"\"", + fprintf(fp, "\"\"", relpath, relpath); fputs("

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