abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorpatrick-scho2025-12-01 02:06:16 +0100
committerpatrick-scho2025-12-01 02:06:16 +0100
commit51fc886f6a290f2d024a4e171085a6a902420075 (patch)
tree9bd7988ff199bd13c57be530f2eb720dc5f37d8f
parent357dd95ce891587eccbcd31c9cc182580510368f (diff)
downloadps-cgit-51fc886f6a290f2d024a4e171085a6a902420075.tar.gz
ps-cgit-51fc886f6a290f2d024a4e171085a6a902420075.zip
fix
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
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("</td><td class='form'>");
html("<form method='get'>\n");