cgit

commit e14eee9ea573a17c9501d1020fc869218aac9e8a

Author: Jason A. Donenfeld <Jason@zx2c4.com>

ui-repolist: use correct owner query link

 ui-repolist.c | 2 +-


diff --git a/ui-repolist.c b/ui-repolist.c
index 91911e071b2f35fa51bd01e6923bc27c389dd6bd..2b551813f6a5d9790672ea863a59f18dc3348ab3 100644
--- a/ui-repolist.c
+++ b/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);