commit c7defd5e675a349b4e1463d1cc3e126cde7c479a from: Bradley Taunt date: Thu Nov 07 21:34:54 2024 UTC Return to very simplified version commit - 7d452edae28d8e895b8f1ad5f46ab6995efd5f51 commit + c7defd5e675a349b4e1463d1cc3e126cde7c479a blob - 53286955c6e930dc9224b573171c6073d81d8096 blob + 585aa4121d744e245fa149d939e1cab5ddd168a6 --- stagit-index.c +++ stagit-index.c @@ -103,20 +103,7 @@ writeheader(FILE *fp) "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); - fprintf(fp, "%s", "\n"); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description)); blob - e38e653277951eafb958af00eeec45652a588871 blob + aba5cfcc10a9554d7cfc878d88acb4052fbf7907 --- stagit.c +++ stagit.c @@ -519,14 +519,7 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf(fp, "%s", "\n"); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fputs("

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