X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=src%2Fstagit-index.c;h=ecdfbc1b52af277e462b69ae7f19158688a521b1;hp=545fda3909d2d59e0320989f51a4ed725b476fe2;hb=516f65ffea797d22346a1acf596e69673e1c9a1d;hpb=3aa669724218de28b011957f4f2e6afc85e998b6 diff --git a/src/stagit-index.c b/src/stagit-index.c index 545fda3..ecdfbc1 100644 --- a/src/stagit-index.c +++ b/src/stagit-index.c @@ -67,8 +67,9 @@ writeheader(char *path) { FILE *fp = fopen(path, "w"); fputs("\n" - "\n\n" + "\n\n" "\n" + "\n" "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath);