X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1f34fb9d4f0bf82706ed8912c37a4b320a14813b..42e459bb1f209df8278f4f4f0ee3f4bcfae80da8:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index a198cf2..64c237f 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -305,7 +305,7 @@ void cgit_print_pageheader(char *title, int show_search) cgit_query_sha1, cgit_query_path); html(" "); cgit_tree_link("tree", NULL, NULL, cgit_query_head, - cgit_query_sha1, cgit_query_path); + cgit_query_sha1, NULL); html(" "); cgit_commit_link("commit", NULL, NULL, cgit_query_head, cgit_query_sha1);