diff options
Diffstat (limited to 'ui-repolist.c')
-rw-r--r-- | ui-repolist.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index 8724589..33e3e7f 100644 --- a/ui-repolist.c +++ b/ui-repolist.c | |||
@@ -18,6 +18,11 @@ void cgit_print_repolist(struct cacheitem *item) | |||
18 | cgit_print_pageheader(cgit_root_title, 0); | 18 | cgit_print_pageheader(cgit_root_title, 0); |
19 | 19 | ||
20 | html("<table class='list nowrap'>"); | 20 | html("<table class='list nowrap'>"); |
21 | if (cgit_index_header) { | ||
22 | html("<tr class='nohover'><td colspan='4' class='include-block'>"); | ||
23 | html_include(cgit_index_header); | ||
24 | html("</td></tr>"); | ||
25 | } | ||
21 | html("<tr class='nohover'>" | 26 | html("<tr class='nohover'>" |
22 | "<th class='left'>Name</th>" | 27 | "<th class='left'>Name</th>" |
23 | "<th class='left'>Description</th>" | 28 | "<th class='left'>Description</th>" |