]> granicus.if.org Git - cgit/commitdiff
ui-repolist: use correct owner query link
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 3 Mar 2015 15:53:11 +0000 (16:53 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 3 Mar 2015 15:53:11 +0000 (16:53 +0100)
ui-repolist.c

index 91911e071b2f35fa51bd01e6923bc27c389dd6bd..2b551813f6a5d9790672ea863a59f18dc3348ab3 100644 (file)
@@ -316,7 +316,7 @@ void cgit_print_repolist()
                        } else {
                                html("<a href='");
                                html_attr(cgit_rooturl());
-                               html("?=");
+                               html("?q=");
                                html_url_arg(ctx.repo->owner);
                                html("'>");
                                html_txt(ctx.repo->owner);