commit 5b03c877b9cd40f4c0d4b0aba35a4ba29de1d60a from: Bradley Taunt date: Sun Nov 10 03:08:17 2024 UTC Text size adjust for ios browsers commit - c7defd5e675a349b4e1463d1cc3e126cde7c479a commit + 5b03c877b9cd40f4c0d4b0aba35a4ba29de1d60a blob - 585aa4121d744e245fa149d939e1cab5ddd168a6 blob + 1d772a264674a3065974c30b81e7c124a0a99fa0 --- 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, "%s", ""); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description));