diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-07-14 13:51:09 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-07-14 13:51:09 +0000 |
| commit | 0fd36f183c8a8fc6a248af697f6c75e417a3ff69 (patch) | |
| tree | 3ad231761353a9d9d81a3cf0908d0b1ce71a8e04 /ui-repolist.c | |
| parent | 044821677c774cd24f25f1818ea51d09cc64b006 (diff) | |
Diffstat (limited to 'ui-repolist.c')
| -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("..."); |