X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/732d68d240b95dc428c92fc94bce9adb8912094e..1b49de3c2c52e29c78f870826b6334abdadc0295:/ui-log.c diff --git a/ui-log.c b/ui-log.c index c353b2a..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,9 +54,8 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep) } prepare_revision_walk(&rev); - html("

Log

"); html(""); - html("" + html("" "" "\n");
Date
DateMessageAuthor