From 18cb6ac5d7a52323ade7051f89ed9df098507878 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 7 Jul 2016 14:37:15 +0200 Subject: ui-repolist: highlight section rows, but do not hover --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-repolist.c b/ui-repolist.c index 7158bf7..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(""); -- cgit v1.2.1