about summary refs log tree commit diff stats
path: root/ui-commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-commit.c')
-rw-r--r--ui-commit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-commit.c b/ui-commit.c index 783211f..7e6b5a0 100644 --- a/ui-commit.c +++ b/ui-commit.c
@@ -43,6 +43,7 @@ void cgit_print_commit(char *hex, const char *prefix)
43 43
44 load_ref_decorations(NULL, DECORATE_FULL_REFS); 44 load_ref_decorations(NULL, DECORATE_FULL_REFS);
45 45
46 ctx.page.title = fmtalloc("%s - %s", info->subject, ctx.page.title);
46 cgit_print_layout_start(); 47 cgit_print_layout_start();
47 cgit_print_diff_ctrls(); 48 cgit_print_diff_ctrls();
48 html("<table summary='commit info' class='commit-info'>\n"); 49 html("<table summary='commit info' class='commit-info'>\n");