From mboxrd@z Thu Jan 1 00:00:00 1970 From: list at eworm.de (Christian Hesse) Date: Thu, 7 Jul 2016 14:39:27 +0200 Subject: [PATCH 1/1] ui-repolist: highlight section rows, but do not hover In-Reply-To: <20160707114133.16369-1-list@eworm.de> References: <20160707114133.16369-1-list@eworm.de> Message-ID: <20160707123927.25744-1-list@eworm.de> From: Christian Hesse Signed-off-by: Christian Hesse --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-repolist.c b/ui-repolist.c index 30915df..bef565a 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -320,7 +320,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(""); -- 2.9.0