ui-shared: keep filter repolist page in pagination

Bu işleme şunda yer alıyor:
Jason A. Donenfeld 2015-03-03 17:13:52 +01:00
ebeveyn c3473e8a5d
işleme db4b735464
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme

Dosyayı Görüntüle

@ -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);