X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/cda7194e300277fbad73595c70ecece02d772190..d04c4734bcf40b1d17c55b18fba2aa8344678e8f:/ui-shared.c?ds=sidebyside
diff --git a/ui-shared.c b/ui-shared.c
index f9f02bc..72a7b44 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -473,8 +473,8 @@ void cgit_print_pageheader(char *title, int show_search)
html("
\n
navigate
\n");
reporevlink(NULL, "summary", NULL, "menu", cgit_query_head,
NULL, NULL);
- cgit_log_link("log", NULL, "menu", cgit_query_head,
- cgit_query_sha1, NULL, 0, NULL, NULL);
+ cgit_log_link("log", NULL, "menu", cgit_query_head, NULL, NULL,
+ 0, NULL, NULL);
cgit_tree_link("tree", NULL, "menu", cgit_query_head,
cgit_query_sha1, NULL);
cgit_commit_link("commit", NULL, "menu", cgit_query_head,
@@ -487,9 +487,13 @@ void cgit_print_pageheader(char *title, int show_search)
html("\n
branch
\n");
html("\n");
html("\n
search
\n");