-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 4c0613a..be2c75d 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -454,17 +454,17 @@ void add_hidden_formfields(int incl_head, int incl_search, char *page) | |||
454 | 454 | ||
455 | void cgit_print_pageheader(char *title, int show_search) | 455 | void cgit_print_pageheader(char *title, int show_search) |
456 | { | 456 | { |
457 | static const char *default_info = "This is cgit, a fast webinterface for git repositories"; | 457 | static const char *default_info = "This is cgit, a fast webinterface for git repositories"; |
458 | int header = 0; | 458 | int header = 0; |
459 | 459 | ||
460 | html("<table id='layout' summary=''>\n"); | 460 | html("<table id='layout' summary=''>\n"); |
461 | html("<tr><td id='sidebar'>\n"); | 461 | html("<tr><td id='sidebar'>\n"); |
462 | html("<table class='sidebar' summary=''>\n"); | 462 | html("<table class='sidebar' cellspacing='0' summary=''>\n"); |
463 | html("<tr><td class='sidebar'>\n<a href='"); | 463 | html("<tr><td class='sidebar'>\n<a href='"); |
464 | html_attr(cgit_rooturl()); | 464 | html_attr(cgit_rooturl()); |
465 | htmlf("'><img src='%s' alt='cgit'/></a>\n", | 465 | htmlf("'><img src='%s' alt='cgit'/></a>\n", |
466 | cgit_logo); | 466 | cgit_logo); |
467 | html("</td></tr>\n<tr><td class='sidebar'>\n"); | 467 | html("</td></tr>\n<tr><td class='sidebar'>\n"); |
468 | if (cgit_query_repo) { | 468 | if (cgit_query_repo) { |
469 | html("<h1 class='first'>"); | 469 | html("<h1 class='first'>"); |
470 | html_txt(strrpart(cgit_repo->name, 20)); | 470 | html_txt(strrpart(cgit_repo->name, 20)); |