X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/bafab423f20bc1448b293842c235965e1681f07e..d2e20e38141c882e46eaa77f172fc2ae37a19d3b:/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)