From 2e4a41e84029cbfa70c654fe5dfb35747f2dfbba Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 3 Mar 2015 17:23:40 +0100 Subject: Make root handling sane again. --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-repolist.c') diff --git a/ui-repolist.c b/ui-repolist.c index 12ac1fc..e945f67 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -140,7 +140,7 @@ static void print_pager(int items, int pagelen, char *search, char *sort) class = (ctx.qry.ofs == ofs) ? "current" : NULL; html("
  • "); cgit_index_link(fmt("[%d]", i + 1), fmt("Page %d", i + 1), - class, search, sort, ofs); + class, search, sort, ofs, 0); html("
  • "); } html(""); -- cgit v1.2.1