commit 6b3778e1ccad6d6ac865f153d203a5d3bd20bf9a from: Bradley Taunt date: Thu Nov 07 15:15:23 2024 UTC Initial minor changes to personal fork commit - 293e00857a1605229efa888988392d1c16f67e63 commit + 6b3778e1ccad6d6ac865f153d203a5d3bd20bf9a blob - 6402296bd1c0d614467e9ad8d04f52dd48c6cf3b blob + 7a8c0c4592737da469309f7fa54bd4b06709e95d --- stagit-index.c +++ stagit-index.c @@ -99,12 +99,13 @@ writeheader(FILE *fp) "\n\n" "\n" "\n" + "\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 - 03f0c097b432c9d301fc24310e55b70dc3f6d4bb blob + 86ff5228acdc3bd0c3deb75c24d1b24a6a1ab5b5 --- stagit.c +++ stagit.c @@ -503,6 +503,7 @@ writeheader(FILE *fp, const char *title) "\n\n" "\n" "\n" + "\n" "", fp); xmlencode(fp, title, strlen(title)); if (title[0] && strippedname[0]) @@ -511,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));