X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0c8e184e9cbf4d3a1e907de9125f6d8210c169d6..2915483ef6c9c29ac1493e6945688bb62f7825b4:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index 39fe330..b96414e 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -56,7 +56,7 @@ static int print_branch(struct refinfo *ref) if (!info) return 1; html(""); - cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0); + cgit_log_link(name, NULL, NULL, name, NULL, NULL, 0, NULL, NULL); html(""); if (ref->object->type == OBJ_COMMIT) { @@ -190,7 +190,7 @@ void cgit_print_summary() if (cgit_summary_log > 0) cgit_print_log(cgit_query_head, 0, cgit_summary_log, NULL, NULL, NULL, 0); - html(""); + html("
"); if (cgit_summary_log > 0) html(""); cgit_print_branches(cgit_summary_branches);