X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7f4e8c33aeb65bdc5695c9fd13ec1ceb100303c7..53bc747d311d18642fa3ad0cc0de34f3899ed1f4:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 2a910bd..449478d 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -131,8 +131,8 @@ void print_pager(int items, int pagelen, char *search, char *sort) html("
"); for(i = 0, ofs = 0; ofs < items; i++, ofs = i * pagelen) { class = (ctx.qry.ofs == ofs) ? "current" : NULL; - cgit_index_link(fmt("[%d]", i+1), fmt("Page %d", i+1), class, - search, sort, ofs); + cgit_index_link(fmt("[%d]", i + 1), fmt("Page %d", i + 1), + class, search, sort, ofs); } html("
"); } @@ -264,7 +264,7 @@ void cgit_print_repolist() sort_repolist("section"); html(""); - for (i=0; i