stagit
Personal fork of stagit
git clone git://mccd.space/stagit
| Log | Files | Refs | README | LICENSE |
commit 06d1acc3ebdb174abc746fe2c3ad4702153abfcd parent dc49d68530ff6b77e426667f440e366eeca5556d Author: Marc <marc@coquand.email> Date: Mon, 29 Jun 2026 18:09:28 +0200 Add git title Diffstat:
| M | stagit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -519,7 +519,7 @@ writeheader(FILE *fp, const char *title)
xmlencode(fp, name, strlen(name));
fprintf(fp, " Atom Feed (tags)\" href=\"%stags.xml\" />\n", relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/main.css\" />\n");
- fputs("</head>\n<body>\n<table><tr>", fp);
+ fputs("</head>\n<body>\n<table id=\"git-title\"><tr>", fp);
fputs("<td><h1>", fp);
xmlencode(fp, strippedname, strlen(strippedname));
fputs("</h1><span class=\"desc\">", fp);