aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
diff options
context:
space:
mode:
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);