Make root handling sane again.

Este commit está contenido en:
Jason A. Donenfeld
2015-03-03 17:23:40 +01:00
padre 6bcda2f73d
commit 2e4a41e840
Se han modificado 3 ficheros con 14 adiciones y 14 borrados

Ver fichero

@ -140,7 +140,7 @@ static void print_pager(int items, int pagelen, char *search, char *sort)
class = (ctx.qry.ofs == ofs) ? "current" : NULL;
html("<li>");
cgit_index_link(fmt("[%d]", i + 1), fmt("Page %d", i + 1),
class, search, sort, ofs);
class, search, sort, ofs, 0);
html("</li>");
}
html("</ul>");