about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c

index 12de4c7..1f06a14 100644 --- a/ui-commit.c +++ b/ui-commit.c
@@ -75,7 +75,7 @@ void cgit_print_commit(char *hex, const char *prefix) html("</td></tr>\n"); if (info->change_id) { - html("<tr><th>change</th><td colspan='2' class='sha1'>"); + html("<tr><th>change</th><td colspan='2' class='oid'>"); html_txt(info->change_id); html("</td></tr>\n"); }