From: Jason A. Donenfeld Date: Tue, 3 Mar 2015 16:13:52 +0000 (+0100) Subject: ui-shared: keep filter repolist page in pagination X-Git-Tag: v0.11.1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db4b735464aa9a3a329494b7f042413a65e182f2;p=cgit ui-shared: keep filter repolist page in pagination --- diff --git a/ui-shared.c b/ui-shared.c index 21e163c..f8e5bef 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -144,10 +144,10 @@ static void site_url(const char *page, const char *search, const char *sort, int { char *delim = "?"; - if (ctx.cfg.virtual_root) - html_attr(ctx.cfg.virtual_root); + if (!page) + html_attr(ctx.qry.url); else - html_url_path(ctx.cfg.script_name); + html_attr(cgit_rooturl()); if (page) { htmlf("?p=%s", page);