X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7ebdb30fdf91d1f63b4fb07e54b089136de5507b..2fc008d6dea2456548825c973a5516b5cdfd9c8c:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 7272e87..41424c0 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -288,9 +288,6 @@ void cgit_print_repolist(void) cgit_print_docstart(); cgit_print_pageheader(); - if (ctx.cfg.index_header) - html_include(ctx.cfg.index_header); - if (ctx.qry.sort) sorted = sort_repolist(ctx.qry.sort); else if (ctx.cfg.section_sort) @@ -329,7 +326,8 @@ void cgit_print_repolist(void) repourl = cgit_repourl(ctx.repo->url); html_link_open(repourl, NULL, NULL); free(repourl); - html_ntxt(ctx.cfg.max_repodesc_len, ctx.repo->desc); + if (html_ntxt(ctx.repo->desc, ctx.cfg.max_repodesc_len) < 0) + html("..."); html_link_close(); html(""); if (ctx.cfg.enable_index_owner) {