From eae408c064497a222cf6f5f89f2719d3ecdf18f0 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Fri, 27 Jul 2018 17:33:03 +0100 Subject: repolist working -- towards a proper summary --- ui_70-repolist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui_70-repolist.c') 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++) { -- cgit v1.2.3