]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Use TTL-settings even in nocache mode
[ps-cgit] / ui-repolist.c
index 7090c127c46b7edcaaaf04404cb464a34295f9ad..9f12b181b1982126ef8f72f3a971d96d646d565d 100644 (file)
@@ -17,7 +17,7 @@ void cgit_print_repolist(struct cacheitem *item)
 
        chdir(cgit_root);
        cgit_print_docstart(cgit_root_title, item);
-       cgit_print_pageheader(cgit_root_title);
+       cgit_print_pageheader(cgit_root_title, 0);
 
        if (!(d = opendir("."))) {
                cgit_print_error(fmt("Unable to scan repository directory: %s",