stagit

Personal fork of stagit

git clone git://mccd.space/stagit

commit 93e0e312f5ee81cbb531e8553d5c20440ae63ea6
parent 93ffc58f1609eff7421a660fae3ed4905fab48a4
Author: Marc <marc@coquand.email>
Date:   Mon, 29 Jun 2026 18:19:14 +0200

Add links id

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -532,7 +532,7 @@ writeheader(FILE *fp, const char *title)
 		xmlencode(fp, cloneurl, strlen(cloneurl));
 		fputs("</a></td></tr>", fp);
 	}
-	fputs("<tr><td>\n", fp);
+	fputs("<tr><td id=\"links\">\n", fp);
 	fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
 	fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath);
 	fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath);