From 5ffe470faf18d12aa1b1b47a1f99232fd1b01570 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 30 Nov 2020 01:53:23 +0300 Subject: ui-shared: fix typo --- ui-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-shared.c b/ui-shared.c index 7f34fb3..81262a3 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("\n", cgit_version); if (ctx.cfg.robots && *ctx.cfg.robots) htmlf("\n", ctx.cfg.robots); -- cgit v1.2.3