ui-repolist: use correct owner query link
Jason A. Donenfeld Jason@zx2c4.com
Tue, 03 Mar 2015 16:53:11 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
ui-repolist.c
→
ui-repolist.c
@@ -316,7 +316,7 @@ cgit_close_filter(ctx.repo->owner_filter);
} else { html("<a href='"); html_attr(cgit_rooturl()); - html("?="); + html("?q="); html_url_arg(ctx.repo->owner); html("'>"); html_txt(ctx.repo->owner);