diff options
Diffstat (limited to 'ui-repolist.c')
-rw-r--r-- | ui-repolist.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index af52f9b..41424c0 100644 --- a/ui-repolist.c +++ b/ui-repolist.c | |||
@@ -288,9 +288,6 @@ void cgit_print_repolist(void) | |||
288 | cgit_print_docstart(); | 288 | cgit_print_docstart(); |
289 | cgit_print_pageheader(); | 289 | cgit_print_pageheader(); |
290 | 290 | ||
291 | if (ctx.cfg.index_header) | ||
292 | html_include(ctx.cfg.index_header); | ||
293 | |||
294 | if (ctx.qry.sort) | 291 | if (ctx.qry.sort) |
295 | sorted = sort_repolist(ctx.qry.sort); | 292 | sorted = sort_repolist(ctx.qry.sort); |
296 | else if (ctx.cfg.section_sort) | 293 | else if (ctx.cfg.section_sort) |