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 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("</td><td>"); -		html_txt(repo->desc); +		html_ntxt(cgit_max_repodesc_len, repo->desc);  		html("</td><td>");  		html_txt(repo->owner);  		html("</td><td>"); | 
