about summary refs log tree commit diff
path: root/ui-summary.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c

index 46ca713..fa5ba04 100644 --- a/ui-summary.c +++ b/ui-summary.c
@@ -28,7 +28,7 @@ static void print_url(const char *url) if (urls++ == 0) { htmlf("<tr class='nohover'><td colspan='%d'>&nbsp;</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 rel='vcs-git' href='", columns);