logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: 8eb3716ac9b8bf56cbe777920ca853548d5ab587
parent 93681293731e5588f1127660b1c0ce4890cc06d2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  9 Dec 2020 22:53:29 +0100

stagit: Remove extraneous non-HTML5 <td></td>

Diffstat:

Mstagit.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit.c b/stagit.c @@ -495,7 +495,7 @@ writeheader(FILE *fp, const char *title) xmlencode(fp, description, strlen(description)); fputs("</span>", fp); if (cloneurl[0]) { - fputs("<code class=\"url\"><td></td><td>git clone <a rel=\"vcs-git\" href=\"", fp); + fputs("<code class=\"url\">git clone <a rel=\"vcs-git\" href=\"", fp); xmlencode(fp, cloneurl, strlen(cloneurl)); fputs("\">", fp); xmlencode(fp, cloneurl, strlen(cloneurl));