diff --git a/ui-repolist.c b/ui-repolist.c index 30915df..3f967a8 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -322,7 +322,11 @@ void cgit_print_repolist(void) strcmp(section, last_section)))) { htmlf("", columns); + html(""); html_txt(section); + html(""); html(""); last_section = section; }