X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d41b2ddcb331caa74c1a90a0253f234142848552..c2b58ed8539fcfa4f05cc9da316bbc782f4b8f10:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index b203bcc..1e9a1b6 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -59,7 +59,7 @@ void cgit_print_summary() if (ctx.cfg.summary_log > 0) { html(" "); cgit_print_log(ctx.qry.head, 0, ctx.cfg.summary_log, NULL, - NULL, NULL, 0); + NULL, NULL, 0, 0); } if (ctx.repo->clone_url) print_urls(ctx.repo->clone_url, NULL); @@ -113,7 +113,7 @@ void cgit_print_repo_readme(char *path) */ html("
"); if (ctx.repo->about_filter) - cgit_open_filter(ctx.repo->about_filter); + cgit_open_filter(ctx.repo->about_filter, ctx.repo); if (ref) cgit_print_file(tmp, ref); else