about summary refs log tree commit diff stats
path: root/ui-repolist.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-repolist.c')
-rw-r--r--ui-repolist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index f9cb21a..92e80cf 100644 --- a/ui-repolist.c +++ b/ui-repolist.c
@@ -259,9 +259,9 @@ void cgit_print_repolist()
259 ++columns; 259 ++columns;
260 260
261 ctx.page.title = ctx.cfg.root_title; 261 ctx.page.title = ctx.cfg.root_title;
262 cgit_print_http_headers(&ctx); 262 cgit_print_http_headers();
263 cgit_print_docstart(&ctx); 263 cgit_print_docstart();
264 cgit_print_pageheader(&ctx); 264 cgit_print_pageheader();
265 265
266 if (ctx.cfg.index_header) 266 if (ctx.cfg.index_header)
267 html_include(ctx.cfg.index_header); 267 html_include(ctx.cfg.index_header);