commit 7d452edae28d8e895b8f1ad5f46ab6995efd5f51 from: Bradley Taunt date: Thu Nov 07 21:15:17 2024 UTC Fix CSS formatting for inline styling commit - fff5bd75b56312e28562c38a056e2bc8fbd2a218 commit + 7d452edae28d8e895b8f1ad5f46ab6995efd5f51 blob - 0dd3a46de775b523ffdbd7914d99866dae37b875 blob + 53286955c6e930dc9224b573171c6073d81d8096 --- stagit-index.c +++ stagit-index.c @@ -103,20 +103,20 @@ writeheader(FILE *fp) "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); - fprintf(fp, "%s", ""); + fprintf(fp, "%s", "\n"); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description)); blob - 71bfd32ce953d64cce67bd08a2c47fd1b6eaa90e blob + e38e653277951eafb958af00eeec45652a588871 --- stagit.c +++ stagit.c @@ -519,14 +519,14 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf(fp, "%s", ""); + fprintf(fp, "%s", "\n"); fputs("\n\n", fp); fputs("

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