X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9c5229ea394808f90433ee84439503bee124e1de..5cd2bf7e7f3f3daf6107cd3a269bad78e342de70:/ui-summary.c diff --git a/ui-summary.c b/ui-summary.c index 638c8f6..de95053 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -31,7 +31,7 @@ static int cgit_print_branch_cb(const char *refname, const unsigned char *sha1, url = cgit_pageurl(cgit_query_repo, "commit", fmt("id=%s", sha1_to_hex(sha1))); html_link_open(url, NULL, NULL); - html_txt(info->subject); + html_ntxt(80, info->subject); html_link_close(); html("
| Branch | " "Updated | " "Commit subject | "
|---|