X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/378cae639849ba9f020666d1cf6dad6e08bfaf0e..9d8d9b61238df3a855504825e5f735d00289f12b:/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 | "
|---|