X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/931fc6d1e4986a4566647dda16af09bf69a28b89..536b0541fcfea2169e4df33043cd9ff14c657bce:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 782caa7..6253a90 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -555,7 +555,7 @@ void cgit_print_pageheader(struct cgit_context *ctx) html_option("author", "author", ctx->qry.grep); html_option("committer", "committer", ctx->qry.grep); html("\n"); - html("\n"); html("\n"); @@ -564,6 +564,15 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("index\n"); + html(""); + html("
\n"); + html("\n"); + html("\n"); + html("
"); } html("\n"); html("
");