diff options
Diffstat (limited to 'ui-repolist.c')
-rw-r--r-- | ui-repolist.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
140 | class = (ctx.qry.ofs == ofs) ? "current" : NULL; | 140 | class = (ctx.qry.ofs == ofs) ? "current" : NULL; |
141 | html("<li>"); | 141 | html("<li>"); |
142 | cgit_index_link(fmt("[%d]", i + 1), fmt("Page %d", i + 1), | 142 | cgit_index_link(fmt("[%d]", i + 1), fmt("Page %d", i + 1), |
143 | class, search, sort, ofs); | 143 | class, search, sort, ofs, 0); |
144 | html("</li>"); | 144 | html("</li>"); |
145 | } | 145 | } |
146 | html("</ul>"); | 146 | html("</ul>"); |