]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
log: allow users to follow a file
[ps-cgit] / ui-summary.c
index 46ca71349f8649369500a4f7e3304959acc674ab..b0af0737a14762a808428829342ec42c3e6e743b 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);
@@ -40,7 +40,7 @@ static void print_url(const char *url)
        html("</a></td></tr>\n");
 }
 
-void cgit_print_summary()
+void cgit_print_summary(void)
 {
        int columns = 3;