commit fff5bd75b56312e28562c38a056e2bc8fbd2a218 from: Bradley Taunt date: Thu Nov 07 21:09:15 2024 UTC New styling for index page, cleanup for individual pages commit - eb073ea0965fff7ed1eed30c86edd49bed7300a4 commit + fff5bd75b56312e28562c38a056e2bc8fbd2a218 blob - 08589e057c2786f63f10c823575769be9c8cfae7 blob + 0dd3a46de775b523ffdbd7914d99866dae37b875 --- stagit-index.c +++ stagit-index.c @@ -103,7 +103,20 @@ writeheader(FILE *fp) "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); - fprintf(fp, "%s", ""); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description)); blob - b3b2f82dcce5bd991035b45e309d58226e0a5c91 blob + 71bfd32ce953d64cce67bd08a2c47fd1b6eaa90e --- stagit.c +++ stagit.c @@ -519,7 +519,14 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf(fp, "%s", ""); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fputs("

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