stagit

Personal stagit fork
git clone git://git.alexwennerberg.com/stagit
Log | Files | Refs | README | LICENSE

commit 338741f03a073f0963d737d05c15e9d472fa467d
parent 613ab428493406bcc23ee7797a8083644e45cff4
Author: Armaan Bhojwani <me@armaanb.net>
Date:   Mon,  5 Apr 2021 17:14:27 -0400

Put description in its own <tr>

Diffstat:
Msrc/stagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stagit.c b/src/stagit.c @@ -364,7 +364,7 @@ writeheader(FILE *fp, const char *title) relpath, relpath); fputs("</td><td><h1>", fp); xmlencode(fp, strippedname, strlen(strippedname)); - fputs("</h1><span class=\"desc\">", fp); + fputs("</h1></td></tr><tr><td></td><td><span class=\"desc\">", fp); xmlencode(fp, description, strlen(description)); fputs("</span></td></tr>", fp); if (cloneurl[0]) {