From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.doan at linaro.org (Andy Doan) Date: Mon, 12 Sep 2016 22:54:07 -0500 Subject: [PATCHv3 1/2] ui-repolist: provide hyperlinks on section names In-Reply-To: <1473738848-1636-1-git-send-email-andy.doan@linaro.org> References: <1473738848-1636-1-git-send-email-andy.doan@linaro.org> Message-ID: <1473738848-1636-2-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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui-repolist.c b/ui-repolist.c index 30915df..3f967a8 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -322,7 +322,11 @@ void cgit_print_repolist(void) strcmp(section, last_section)))) { htmlf("", columns); + html(""); html_txt(section); + html(""); html(""); last_section = section; } -- 2.7.4