diff options
author | Jason A. Donenfeld | 2015-03-03 17:06:48 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2015-03-03 17:06:48 +0100 |
commit | c3473e8a5d830fa0a2fc193eae8b30001a10871e (patch) | |
tree | 1c9dce60a82be9ebf799f2e84d63e26e71fb73a2 /ui-shared.c | |
parent | e14eee9ea573a17c9501d1020fc869218aac9e8a (diff) | |
download | cgit-c3473e8a5d830fa0a2fc193eae8b30001a10871e.tar.gz cgit-c3473e8a5d830fa0a2fc193eae8b30001a10871e.tar.bz2 cgit-c3473e8a5d830fa0a2fc193eae8b30001a10871e.zip |
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.c | 2 |
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) | |||
952 | NULL, NULL, 0); | 952 | NULL, NULL, 0); |
953 | html("</td><td class='form'>"); | 953 | html("</td><td class='form'>"); |
954 | html("<form method='get' action='"); | 954 | html("<form method='get' action='"); |
955 | html_attr(cgit_rooturl()); | 955 | html_attr(ctx.qry.url); |
956 | html("'>\n"); | 956 | html("'>\n"); |
957 | html("<input type='text' name='q' size='10' value='"); | 957 | html("<input type='text' name='q' size='10' value='"); |
958 | html_attr(ctx.qry.search); | 958 | html_attr(ctx.qry.search); |