diff options
| -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 1b224cf..48092a6 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -324,7 +324,7 @@ void cgit_print_repolist(void) cgit_summary_link(ctx.repo->name, NULL, NULL, NULL); html("</td><td>"); repourl = cgit_repourl(ctx.repo->url); - html_link_open(repourl, NULL, NULL); + html_link_open(repourl, ctx.repo->desc, NULL); free(repourl); if (html_ntxt(ctx.repo->desc, ctx.cfg.max_repodesc_len) < 0) html("..."); |