| -rw-r--r-- | ui-commit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c index 5e88544..948118c 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -43,7 +43,6 @@ void cgit_print_commit(char *hex, const char *prefix) load_ref_decorations(NULL, DECORATE_FULL_REFS); - ctx.page.title = fmtalloc("%s - %s", info->subject, ctx.page.title); cgit_print_layout_start(); cgit_print_diff_ctrls(); html("<table summary='commit info' class='commit-info'>\n"); |