Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-03-03 19:06:48 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-03 19:06:48 +0300
commitc3473e8a5d830fa0a2fc193eae8b30001a10871e (patch)
tree1c9dce60a82be9ebf799f2e84d63e26e71fb73a2 /ui-shared.c
parente14eee9ea573a17c9501d1020fc869218aac9e8a (diff)
ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering
Diffstat (limited to 'ui-shared.c')
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 1a84afc..21e163c 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -952,7 +952,7 @@ void cgit_print_pageheader(void)
NULL, NULL, 0);
html("</td><td class='form'>");
html("<form method='get' action='");
- html_attr(cgit_rooturl());
+ html_attr(ctx.qry.url);
html("'>\n");
html("<input type='text' name='q' size='10' value='");
html_attr(ctx.qry.search);