stagit

custom fork of stagit
Index Commits Files Refs README LICENSE
commit dfb77139dfeec813bdb30a7df041464ca67ec9ae
parent 207b8102e2e99ad5f74cfdba44864369155ab0fb
Author: mjkloeckner <martin.cachari@gmail.com>
Date:   Wed,  4 Jan 2023 18:43:28 -0300

make entire row behave as one link

Diffstat:
Mstagit-index.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c
@@ -163,7 +163,7 @@ writelog(FILE *fp)
     /* xmlencode(fp, stripped_name, strlen(stripped_name)); */
     /* fputs("</a></td>", fp); */
 
-    fputs("<tr onclick=\"window.location='/",fp);
+    fputs("<tr id=\"entry\" onclick=\"window.location='/",fp);
     percentencode(fp, stripped_name, strlen(stripped_name));
     fputs("';\">", fp);