stagit

Personal fork of stagit

git clone git://mccd.space/stagit
commit 335c13d93ae80a747df65fde600d693f832e5112
parent 1c6f46ee8c850397d261ce569b64d0af7daeed49
Author: Marc <marc@coquand.email>
Date:   Tue,  7 Jul 2026 16:40:09 +0200

*

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -529,7 +529,7 @@ writeheader(FILE *fp, const char *title)
 	xmlencode(fp, description, strlen(description));
 	fputs("</p>", fp);
 	if (contrib[0]) {
-	  fputs("<p class=\"contribute\">Contribute: <a href=\"", fp);
+	  fputs("<p class=\"contribute\"><a aria-label=\"clone\" href=\"", fp);
 	  { size_t ci;
 	    for (ci = 0; contrib[ci]; ci++)
 		    if (contrib[ci] == '@') fputs("%40", fp);