From e5223c7283878d887d4e67937b7f89f9bf8ba0a1 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 30 Nov 2020 01:58:00 +0300 Subject: ui-shared: fix another typo oops, forgot closing tag. it seems that i have no brain --- ui-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index 81262a3..ad5fd17 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -783,7 +783,7 @@ void cgit_print_docstart(void) html(""); html_txt(ctx.page.title); html("\n"); - html(""); htmlf("\n", cgit_version); if (ctx.cfg.robots && *ctx.cfg.robots) htmlf("\n", ctx.cfg.robots); -- cgit v1.2.3