stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit 01684c6cebb902ba2f0169618e0fad83c4fc0212
parent 81e4aad7958996c35ef58efd413ec3b1fbdee711
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Thu,  5 Jan 2023 01:53:49 -0300

removed double "<td>" anchor opening

Diffstat:
Mstagit.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/stagit.c b/stagit.c
@@ -1298,9 +1298,6 @@ writefilestree(FILE *fp, git_tree *tree, const char *path)
 
             fputs("</a></td>", fp);
 
-            fputs("<td id=\"file-size\" class=\"num\" align=\"right\">", fp);
-
-
             if (lc > 0) {
                 fputs("<td id=\"file-size\" class=\"num\">", fp);
                 fprintf(fp, "<a href=\"%s", relpath);