]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
config: make empty js= omit script tag
[ps-cgit] / ui-repolist.c
index 7cf763891fcc069262476ac9bca153495f907efc..d12e3dd3593fda4179740c4540aee02260f47007 100644 (file)
@@ -20,7 +20,7 @@ static time_t read_agefile(const char *path)
 
        if (readfile(path, &buf, &size)) {
                free(buf);
-               return -1;
+               return 0;
        }
 
        if (parse_date(buf, &date_buf) == 0)
@@ -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);