X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0255821e22678d4c58c809efe17bf2798835d5b9..4b4a62d507adc61e20e75e2748301ef307a6c95f:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 66c88c4..76fe71a 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -8,6 +8,7 @@ */ #include "cgit.h" +#include "ui-repolist.h" #include "html.h" #include "ui-shared.h" #include @@ -128,13 +129,15 @@ static void print_pager(int items, int pagelen, char *search, char *sort) { int i, ofs; char *class = NULL; - html("
"); + html("
"); + html(""); } static int cmp(const char *s1, const char *s2)