diff options
| author | patrick-scho | 2025-12-01 02:06:16 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 02:06:16 +0100 |
| commit | 51fc886f6a290f2d024a4e171085a6a902420075 (patch) | |
| tree | 9bd7988ff199bd13c57be530f2eb720dc5f37d8f /ui-shared.c | |
| parent | 357dd95ce891587eccbcd31c9cc182580510368f (diff) | |
| download | ps-cgit-51fc886f6a290f2d024a4e171085a6a902420075.tar.gz ps-cgit-51fc886f6a290f2d024a4e171085a6a902420075.zip | |
fix
Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 2 |
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"); |
