commit fc25d36a349d535e007e4734a93a3c83f6854d8c from: Bradley Taunt date: Sun Nov 10 03:37:21 2024 UTC Set default CSS url to HTTPS commit - c7c9a5878e68a92b174d47624c00a8fd8df2120b commit + fc25d36a349d535e007e4734a93a3c83f6854d8c blob - 13a106c2c2176a803a91e7a4226df4d3c05af6af blob + 429567d2c4c5cdeb1cefdbda523b51fbc21b70fb --- stagit-index.c +++ stagit-index.c @@ -103,7 +103,7 @@ writeheader(FILE *fp) "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); - fprintf(fp, "\n"); + fprintf(fp, "\n"); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description)); blob - c439a8a2b3db8681f136bdc5722f75ad58a83e3c blob + 24483e7cdc762d8daf49dbbf91347bf470f2f18a --- stagit.c +++ stagit.c @@ -519,7 +519,7 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf(fp, "\n"); + fprintf(fp, "\n"); fputs("\n\n", fp); fputs("

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