ui-repolist: use ctx.qry.url instead of rooturl, in case we're filtering

This commit is contained in:
Jason A. Donenfeld
2015-03-03 17:06:48 +01:00
부모 e14eee9ea5
커밋 c3473e8a5d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

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