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>2026-02-06 14:14:41 +0100
commit1e1d1f0fbc3895ca8d02f6178140346239bb2521 (patch)
tree4cad8e0e6a3764cda2c2e0b56b5ebba53a9c382d /ui-commit.c
parentShow change-id header content if present (diff)
downloadcgit-magenta-1e1d1f0fbc3895ca8d02f6178140346239bb2521.tar.xz
Fix change header class
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"); }