diff options
Diffstat (limited to '')
| -rw-r--r-- | ui-repolist.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ui-repolist.c b/ui-repolist.c index d12e3dd..2390eae 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -321,7 +321,7 @@ void cgit_print_repolist(void)  		}  		htmlf("<tr><td class='%s'>",  		      !sorted && section ? "sublevel-repo" : "toplevel-repo"); -		cgit_summary_link(ctx.repo->name, NULL, NULL, NULL); +		cgit_repo_link(ctx.repo->name, NULL, NULL, NULL);  		html("</td><td>");  		repourl = cgit_repourl(ctx.repo->url);  		html_link_open(repourl, NULL, NULL); | 
