X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/9c70c0bfdb71b39f6bae6e0c77bbe40b22d64ff5..a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20:/cgit.c diff --git a/cgit.c b/cgit.c index 3a97563..7271412 100644 --- a/cgit.c +++ b/cgit.c @@ -736,16 +736,7 @@ static void process_request(void) if (cmd->pre) cmd->pre(); - if (cmd->want_layout) { - cgit_print_http_headers(); - cgit_print_docstart(); - cgit_print_pageheader(); - } - cmd->fn(); - - if (cmd->want_layout) - cgit_print_docend(); } static int cmp_repos(const void *a, const void *b)