X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8f6f8c3406ad069b37da7cb90462c1e61c991859..30ccdcaa74ebc0aab2b7843b0db8251d0ddf56de:/ui-repolist.c?ds=inline diff --git a/ui-repolist.c b/ui-repolist.c index d341193..d7311e4 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -30,7 +30,7 @@ void cgit_print_repolist(struct cacheitem *item) html_txt(repo->name); html_link_close(); html(""); - html_txt(repo->desc); + html_ntxt(cgit_max_repodesc_len, repo->desc); html(""); html_txt(repo->owner); html("");