From: Armaan Bhojwani Date: Mon, 5 Apr 2021 21:14:27 +0000 (-0400) Subject: Put description in its own X-Git-Url: https://git.armaanb.net/pong/diff/pong.c?p=stagit.git;a=commitdiff_plain;h=338741f03a073f0963d737d05c15e9d472fa467d Put description in its own --- diff --git a/src/stagit.c b/src/stagit.c index e91be51..d1bf33c 100644 --- a/src/stagit.c +++ b/src/stagit.c @@ -364,7 +364,7 @@ writeheader(FILE *fp, const char *title) relpath, relpath); fputs("

", fp); xmlencode(fp, strippedname, strlen(strippedname)); - fputs("

", fp); + fputs("", fp); xmlencode(fp, description, strlen(description)); fputs("", fp); if (cloneurl[0]) {