From 5128d091c6bc1601135ac2217509cc81314bc691 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 28 Oct 2020 17:23:13 +0100 Subject: disable unsafe inline styles and scripts --- ui-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-commit.c') diff --git a/ui-commit.c b/ui-commit.c index 948118c..1acb4ab 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -44,7 +44,7 @@ void cgit_print_commit(char *hex, const char *prefix) load_ref_decorations(NULL, DECORATE_FULL_REFS); cgit_print_layout_start(); - cgit_print_diff_ctrls(); + /*cgit_print_diff_ctrls();*/ html("\n"); html("
author"); cgit_open_filter(ctx.repo->email_filter, info->author_email, "commit"); -- cgit v1.2.3