diff options
Diffstat (limited to '')
| -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 @@ -174,7 +174,7 @@ void cgit_print_pageheader(char *title, int show_search)  	html("</td><td id='logo'>");  	html("<a href='");  	html_attr(cgit_logo_link); -	htmlf("'><img src='%s'/></a>", cgit_logo); +	htmlf("'><img src='%s' alt='logo'/></a>", cgit_logo);  	html("</td></tr>");  	html("<tr><td id='crumb'>");  	htmlf("<a href='%s'>root</a>", cgit_rooturl()); | 
