diff --git a/stagit.c b/stagit.c index 8bda62a..c7e0d34 100644 --- a/stagit.c +++ b/stagit.c @@ -478,9 +478,9 @@ writeheader(FILE *fp, const char *title) xmlencode(fp, description, strlen(description)); fputs("", fp); if (cloneurl[0]) { - fputs("git clone

", fp); + fputs("git clone ", fp); xmlencode(fp, cloneurl, strlen(cloneurl)); - fputs("

", fp); + fputs("", fp); } fputs("\n", fp); fprintf(fp, "Log | ", relpath);