X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8f6f8c3406ad069b37da7cb90462c1e61c991859..977a0b173df6fe1a4d362fe4c70f9badff1fd46c:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index d341193..8e367a2 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -17,6 +17,11 @@ void cgit_print_repolist(struct cacheitem *item) cgit_print_pageheader(cgit_root_title, 0); html("
| "); + html_include(cgit_index_header); + html(" | ||||
| Name | " "Description | " @@ -30,7 +35,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(" | "); |
|---|---|---|---|---|