]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-summary.c
cgit: show clone URLs for empty repo
[cgit.git] / ui-summary.c
index 46ca71349f8649369500a4f7e3304959acc674ab..fa5ba0423669bb9a00ee8fa3dcebb274c7e7076a 100644 (file)
@@ -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);