From f35c9ac9af2448f12ed4062598650053768f7a6e Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 7 Jul 2021 15:34:59 +0300 Subject: fix logo size and add html id to it --- 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 425b16c..7b9a504 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -989,7 +989,7 @@ static void print_header(void) html_attr(cgit_rooturl()); html("'>cgit logo\n"); + html("' id='logo' alt='cgit logo'/>\n"); } html(""); -- cgit v1.2.3