about summary refs log tree commit diff stats
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)
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);