X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c43f1246cb759eb811ab0ebef0613b86dda99581..66414b68cf30f9ae7613c68833e7cbc8e93adae2:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 7090c12..bd4af59 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", @@ -28,7 +28,7 @@ void cgit_print_repolist(struct cacheitem *item) html("

Repositories

\n"); html(""); - html("" + html("" "" "" "\n");
NameDescriptionOwner