summaryrefslogtreecommitdiff
path: root/ui_70-repolist.c
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-27 17:33:03 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-27 17:33:03 +0100
commiteae408c064497a222cf6f5f89f2719d3ecdf18f0 (patch)
tree27906a8d1ceb4786077e12b4ad9560767f991404 /ui_70-repolist.c
parentbc2d48b8cd1c613fbad0feea71dd7739ae09513c (diff)
repolist working -- towards a proper summary
Diffstat (limited to 'ui_70-repolist.c')
-rw-r--r--ui_70-repolist.c2
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++) {