X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/777faf7e509e1de2b795b2a326ff00c9bd799104..1b49de3c2c52e29c78f870826b6334abdadc0295:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 725f49b..159393a 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_ntxt(80, info->subject); + html_ntxt(cgit_max_msg_len, info->subject); html_link_close(); html(""); html_txt(info->author); @@ -54,7 +54,6 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep) } prepare_revision_walk(&rev); - html("

Log

"); html(""); html("" ""
DateMessage