-rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index 26a6c71..c8c1c21 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -176,3 +176,3 @@ void cgit_print_pageheader(char *title, int show_search) html_attr(cgit_logo_link); - htmlf("'><img src='%s'/></a>", cgit_logo); + htmlf("'><img src='%s' alt='logo'/></a>", cgit_logo); html("</td></tr>"); |