From 51fc886f6a290f2d024a4e171085a6a902420075 Mon Sep 17 00:00:00 2001 From: patrick-scho Date: Mon, 1 Dec 2025 02:06:16 +0100 Subject: fix --- ui-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index 8cfdb35..e352c33 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1000,7 +1000,7 @@ static void print_header(void) if (ctx.repo) { cgit_index_link("index", NULL, NULL, NULL, NULL, 0, 1); html(" : "); - cgit_tree_link(ctx.repo->name, ctx.repo->name, NULL, NULL, NULL, NULL); + cgit_tree_link_no_page(ctx.repo->name, ctx.repo->name, NULL, NULL, NULL, NULL); if (ctx.env.authenticated) { html("