diff options
Diffstat (limited to 'ui-shared.c')
| -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 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("'><img src='"); html_attr(logo); - html("' alt='cgit logo'/></a></td>\n"); + html("' id='logo' alt='cgit logo'/></a></td>\n"); } html("<td class='main'>"); |
