-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 d341193..d7311e4 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -32,3 +32,3 @@ void cgit_print_repolist(struct cacheitem *item) html("</td><td>"); - html_txt(repo->desc); + html_ntxt(cgit_max_repodesc_len, repo->desc); html("</td><td>"); |