]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
config: make empty js= omit script tag
[ps-cgit] / ui-repolist.c
index 529a2038baa21617d52d742894b3a06120378dd7..d12e3dd3593fda4179740c4540aee02260f47007 100644 (file)
@@ -321,7 +321,7 @@ void cgit_print_repolist(void)
                }
                htmlf("<tr><td class='%s'>",
                      !sorted && section ? "sublevel-repo" : "toplevel-repo");
-               cgit_summary_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
+               cgit_summary_link(ctx.repo->name, NULL, NULL, NULL);
                html("</td><td>");
                repourl = cgit_repourl(ctx.repo->url);
                html_link_open(repourl, NULL, NULL);