X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/6bcda2f73da605d48279341b1905c1b234a39368..97a91657a5032aa984d91344b91e1c5a084c2f0d:/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("");