commit f674c660522ee44a19660240d3183d5ca5acd326
parent 10eb9edd14fee883c9e62c99efc357a1bcae86ce
Author: mjkloeckner <martin.cachari@gmail.com>
Date: Fri, 6 Jan 2023 00:17:18 -0300
add id selector to header table
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -540,7 +540,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=\"%sstyle.css\" />\n", relpath);
- fputs("</head>\n<body>\n<table><tr><td>", fp);
+ fputs("</head>\n<body>\n<table id=\"header-table\"><tr><td>", fp);
fprintf(fp, "<a href=\"https://git.kloeckner.com.ar\"><img src=\"%slogo.png\" alt=\"\" width=\"64\" height=\"64\" /></a>",
relpath, relpath);
fputs("</td><td><h1 id=\"repo-name\">", fp);