X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/27cd3b2a700e1cc46cd0393ddea48c07b62ee3a6..e39d738c39d37cdef115c145027f3eec85a62272:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 7090c12..9f12b18 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -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",