X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/dff894d12953a8a3cd7cdca2357771212a2f57d6..0928d8827a714f3908efa7eb9eb4cde28761af26:/ui-commit.c?ds=inline
diff --git a/ui-commit.c b/ui-commit.c
index ff1fad3..6b135aa 100644
--- a/ui-commit.c
+++ b/ui-commit.c
@@ -103,7 +103,7 @@ void print_fileinfo(struct fileinfo *info)
info->removed * 100.0 / max_changes);
htmlf("
| ",
(max_changes - info->removed - info->added) * 100.0 / max_changes);
- html("\n");
+ html("\n");
}
void cgit_count_diff_lines(char *line, int len)
@@ -172,14 +172,14 @@ void cgit_print_commit(const char *hex)
html(" ");
html_txt(info->author_email);
html("");
- cgit_print_date(info->author_date);
+ cgit_print_date(info->author_date, FMT_LONGDATE);
html(" | \n");
html("| committer | ");
html_txt(info->committer);
html(" ");
html_txt(info->committer_email);
html(" | ");
- cgit_print_date(info->committer_date);
+ cgit_print_date(info->committer_date, FMT_LONGDATE);
html(" |
\n");
html("| tree | |
|---|