X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/5877c49f68b1e1bef94b4867f22c336f0e1605b6..2aef89e5da436f2bc9670d96ccbc5ff1c2b8355c:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index a884c20..8724589 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -30,7 +30,7 @@ void cgit_print_repolist(struct cacheitem *item) (last_group != NULL && repo->group == NULL) || (last_group != NULL && repo->group!= NULL && strcmp(repo->group, last_group))) { - html(""); + html(""); html_txt(repo->group); html(""); last_group = repo->group;