about summary refs log tree commit diff
path: root/ui-commit.c
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-11 12:53:59 +0200
committerRory& <root@rory.gay>2025-05-11 12:53:59 +0200
commit863a3817820d28d8026f6d73de304b43cb60f6fa (patch)
tree99e83b8cd648db18d14e20be1a14d4bca883eaaa /ui-commit.c
parentShow change-id header content if present (diff)
downloadcgit-magenta-master.tar.xz
Fix change header class HEAD master
Diffstat (limited to 'ui-commit.c')
-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"); }