From: Lars Hjemli Date: Wed, 23 May 2007 22:08:36 +0000 (+0200) Subject: Bad html: it's nice to add alt-attributes X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/7dc99a4bbbb8b791b58bd8bd34a3b149e3c0bb52 Bad html: it's nice to add alt-attributes Signed-off-by: Lars Hjemli --- diff --git a/ui-shared.c b/ui-shared.c index 26a6c71..c8c1c21 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -174,7 +174,7 @@ void cgit_print_pageheader(char *title, int show_search) html(""); html("", cgit_logo); + htmlf("'>logo", cgit_logo); html(""); html(""); htmlf("root", cgit_rooturl());