From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.doan at linaro.org (Andy Doan) Date: Tue, 9 Aug 2016 16:53:06 -0500 Subject: [PATCH] ui-repolist: provide hyperlinks on section names Message-ID: <1470779587-17667-1-git-send-email-andy.doan@linaro.org> This makes it easier to traverse into a section of git repositories. Signed-off-by: Andy Doan --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-repolist.c b/ui-repolist.c index 30915df..f6b6b47 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -322,7 +322,7 @@ void cgit_print_repolist(void) strcmp(section, last_section)))) { htmlf("", columns); - html_txt(section); + htmlf("%s", section, section); html(""); last_section = section; } -- 2.7.4