diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-10-28 17:23:13 +0100 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-10-28 21:12:37 +0100 |
| commit | 5128d091c6bc1601135ac2217509cc81314bc691 (patch) | |
| tree | 3cb2acd4d921976f17debc56aef6f3b38aaf383c /ui-commit.c | |
| parent | adcc4f822fe11836e5f942fc1ae0f00db4eb8d5f (diff) | |
| download | cgit-5128d091c6bc1601135ac2217509cc81314bc691.tar.gz cgit-5128d091c6bc1601135ac2217509cc81314bc691.zip | |
disable unsafe inline styles and scriptsln/no-scripts
Diffstat (limited to 'ui-commit.c')
| -rw-r--r-- | ui-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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("<table summary='commit info' class='commit-info'>\n"); html("<tr><th>author</th><td>"); cgit_open_filter(ctx.repo->email_filter, info->author_email, "commit"); |
