diff options
Diffstat (limited to 'ui_70-repolist.c')
-rw-r--r-- | ui_70-repolist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui_70-repolist.c b/ui_70-repolist.c index e03acb5..7a4e6ae 100644 --- a/ui_70-repolist.c +++ b/ui_70-repolist.c @@ -263,6 +263,8 @@ void cgit_print_repolist(void) sorted = sort_repolist(ctx.qry.sort); else if (ctx.cfg.section_sort) sort_repolist("section"); + + cgit_print_layout_start(); print_header(); for (i = 0; i < cgit_repolist.count; i++) { |