X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c177379547f93955fbd251b2a70a22b9bb85a257..5ccd96525835b314c8615738d533d9d0b54a630c:/ui-repolist.c?ds=inline diff --git a/ui-repolist.c b/ui-repolist.c index 1d9a7f7..b57ea60 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -321,7 +321,7 @@ void cgit_print_repolist(void) (last_section != NULL && section == NULL) || (last_section != NULL && section != NULL && strcmp(section, last_section)))) { - htmlf("", + htmlf("", columns); html_txt(section); html(""); @@ -343,13 +343,15 @@ void cgit_print_repolist(void) html_txt(ctx.repo->owner); cgit_close_filter(ctx.repo->owner_filter); } else { + char *currenturl = cgit_currenturl(); html(""); html_txt(ctx.repo->owner); html(""); + free(currenturl); } html(""); }