aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-24 00:08:36 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-24 00:08:36 +0200
commit7dc99a4bbbb8b791b58bd8bd34a3b149e3c0bb52 (patch)
treead675e38ef4adde3ad7199131f04f5c87293b48b /ui-shared.c
parentBad html: <form> should have an action-attribute (diff)
downloadcgit-7dc99a4bbbb8b791b58bd8bd34a3b149e3c0bb52.tar.xz
cgit-7dc99a4bbbb8b791b58bd8bd34a3b149e3c0bb52.zip
Bad html: it's nice to add alt-attributes
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
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());