From 6402bd073274d32aa1a564e0792b4f155299a65d Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 1 Mar 2023 06:38:36 -0500 Subject: css: custom Add custom image and favicon. Slightly modernize interface with custom CSS style sheet. Adjust markdown filter. Highlight line number #id in code preview. --- ui-summary.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index 947812a..b68ca20 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -27,7 +27,7 @@ static void print_url(const char *url) columns++; if (urls++ == 0) { - htmlf(" ", columns); + htmlf(" ", columns); htmlf("Clone\n", columns); } @@ -52,10 +52,9 @@ void cgit_print_summary(void) cgit_print_layout_start(); html(""); cgit_print_branches(ctx.cfg.summary_branches); - htmlf("", columns); + htmlf("", columns); cgit_print_tags(ctx.cfg.summary_tags); if (ctx.cfg.summary_log > 0) { - htmlf("", columns); cgit_print_log(ctx.qry.head, 0, ctx.cfg.summary_log, NULL, NULL, NULL, 0, 0, 0); } -- cgit v1.2.3