X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8596cda71d04cd49cb983aee7968d14cc58c030d..14d360df60f059b9b5b045fc6df1eec6f0966d9a:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 6300516..3322561 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -121,6 +121,12 @@ void cgit_print_pageheader(char *title, int show_search) html("
"); + if (!cgit_virtual_root) { + if (cgit_query_repo) + html_hidden("r", cgit_query_repo); + if (cgit_query_page) + html_hidden("p", cgit_query_page); + } if (cgit_query_head) html_hidden("h", cgit_query_head); if (cgit_query_sha1)