if (urls++ == 0) {
htmlf("<tr class='nohover'><td colspan='%d'> </td></tr>", columns);
- htmlf("<tr><th class='left' colspan='%d'>Clone</th></tr>\n", columns);
+ htmlf("<tr class='nohover'><th class='left' colspan='%d'>Clone</th></tr>\n", columns);
}
- htmlf("<tr><td colspan='%d'><a href='", columns);
+ htmlf("<tr><td colspan='%d'><a rel='vcs-git' href='", columns);
html_url_path(url);
- html("'>");
+ html("' title='");
+ html_attr(ctx.repo->name);
+ html(" Git repository'>");
html_txt(url);
html("</a></td></tr>\n");
}
-void cgit_print_summary()
+void cgit_print_summary(void)
{
int columns = 3;