X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/141f1c3eb657470e81bbf998f44f9723f9009def..29b37e9781ce1bb04e558c7490d2c29eb1a477e5:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index f366354..cd98387 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -443,6 +443,9 @@ void cgit_print_docstart(struct cgit_context *ctx) void cgit_print_docend() { + html("\n\n\n"); } @@ -542,10 +545,10 @@ void cgit_print_pageheader(struct cgit_context *ctx) html(""); if (ctx->repo) { + cgit_index_link("index", NULL, NULL, NULL, 0); + html(" : "); reporevlink(NULL, ctx->repo->name, NULL, hc(cmd, "summary"), ctx->qry.head, NULL, NULL); - html(" : "); - html_txt(ctx->qry.page); html(""); html("
\n"); add_hidden_formfields(0, 1, ctx->qry.page);