From 338741f03a073f0963d737d05c15e9d472fa467d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 5 Apr 2021 17:14:27 -0400 Subject: [PATCH] Put description in its own --- src/stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) { -- 2.39.2