diff --git a/stagit-index.c b/stagit-index.c index 9c31bd7..e765732 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -107,7 +107,7 @@ writeheader(FILE *fp) fprintf(fp, "\n\n" "\n
\"\"

%s

%s
\n", relpath, name, description); - fputs("
\n
\n" + fputs("\n\n
\n
\n" "\n" "" "\n", fp); diff --git a/stagit.c b/stagit.c index 5bef865..7cab210 100644 --- a/stagit.c +++ b/stagit.c @@ -270,7 +270,7 @@ writeheader(FILE *fp) fprintf(fp, " | README", relpath); if (haslicense) fprintf(fp, " | LICENSE", relpath); - fputs("
NameDescriptionOwnerLast commit
\n
\n", fp); + fputs("\n
\n
\n", fp); return 0; } @@ -278,7 +278,7 @@ writeheader(FILE *fp) int writefooter(FILE *fp) { - return !fputs("
\n", fp); + return !fputs("
\n\n\n", fp); } void