commit cba117580dda21c01b314db7209ab465a0c4e298 from: Bradley Taunt date: Thu Nov 07 16:05:47 2024 UTC More relative path tweaks commit - 4f3bedaf26e8c0be4562d0356e3de8d68dc7752f commit + cba117580dda21c01b314db7209ab465a0c4e298 blob - 53c5f574d4da66956cd51ef63ff9c47b141a55d0 blob + 5a3e47ffe2145366aafebb85914b4b4d53f718d8 --- stagit-index.c +++ stagit-index.c @@ -102,10 +102,10 @@ writeheader(FILE *fp) "\n" "", fp); xmlencode(fp, description, strlen(description)); - fprintf(fp, "\n\n", relpath); - fprintf(fp, "\n", relpath); + fprintf(fp, "\n\n", relpath); + fprintf(fp, "\n", relpath); fputs("\n\n", fp); - fprintf(fp, "\n\n" + fprintf(fp, "
\"\"
\n\n" "
\"\"", relpath); xmlencode(fp, description, strlen(description)); fputs("
\n" blob - 4e261c693c23c24004c5dc6004433bc9ec0dc634 blob + 27a188990f490f8f4dfd09d94f159a178c8b2bf4 --- stagit.c +++ stagit.c @@ -512,16 +512,16 @@ 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", relpath); fputs("\n", relpath); fputs("\n", relpath); - fprintf(fp, "\n", relpath); + fprintf(fp, "\n", relpath); fputs("\n\n
", fp); - fprintf(fp, "\"\"", + fprintf(fp, "\"\"", relpath, relpath); fputs("

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