X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d1f3bbe9d22029f45a77bb938c176ccc0c827d46..b88fb016d0209f7041ac7d3b4d2c077318407a4d:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index b9f487a..cc1ab8b 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -476,7 +476,7 @@ void cgit_print_pageheader(char *title, int show_search) htmlf("'>cgit\n", ctx.cfg.logo); html("\n\n"); - if (ctx.qry.repo) { + if (ctx.repo) { html("

"); html_txt(strrpart(ctx.repo->name, 20)); html("

\n");