From e9abfd32cc5144c4e955e1f140ff5c5539586b76 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Thu, 2 Jul 2026 23:47:36 +0200 Subject: borrow css from symlinx because its better --- ui-shared.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index b743d75..2f8d5c3 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1084,7 +1084,7 @@ void cgit_print_pageheader(void) if (!ctx.env.authenticated || !ctx.cfg.noheader) print_header(); - html("
\n"); + html("
\n"); if (ctx.env.authenticated && ctx.repo) { if (ctx.repo->readme.nr) reporevlink("about", "about", NULL, -- cgit v1.3-7-ge9ab