X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/b4649fc90597910c89c3f37a6aec9af54d9f416b..2915483ef6c9c29ac1493e6945688bb62f7825b4:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index 4ac8955..bd55a33 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -84,7 +84,7 @@ void print_fileinfo(struct fileinfo *info) html("
", info->added * 100.0 / max_changes); htmlf(" | ", @@ -157,7 +157,7 @@ void cgit_print_commit(char *hex) } info = cgit_parse_commit(commit); - html(" |
author | ");
html_txt(info->author);
html(" ");
@@ -209,7 +209,7 @@ void cgit_print_commit(char *hex)
html("");
if (!(commit->parents && commit->parents->next && commit->parents->next->next)) {
html(" Diffstat ");
- html(" |
---|