X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/378cae639849ba9f020666d1cf6dad6e08bfaf0e..9d8d9b61238df3a855504825e5f735d00289f12b:/ui-log.c diff --git a/ui-log.c b/ui-log.c index def96f6..f3b16e7 100644 --- a/ui-log.c +++ b/ui-log.c @@ -23,7 +23,7 @@ void print_commit(struct commit *commit) char *qry = fmt("id=%s", sha1_to_hex(commit->object.sha1)); char *url = cgit_pageurl(cgit_query_repo, "commit", qry); html_link_open(url, NULL, NULL); - html_txt(info->subject); + html_ntxt(80, info->subject); html_link_close(); html("
| Date | " "Message | " "Author |
|---|