mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 08:28:42 +00:00
ui-repolist: use correct owner query link
This commit is contained in:
parent
936295c4e4
commit
e14eee9ea5
@ -316,7 +316,7 @@ void cgit_print_repolist()
|
|||||||
} else {
|
} else {
|
||||||
html("<a href='");
|
html("<a href='");
|
||||||
html_attr(cgit_rooturl());
|
html_attr(cgit_rooturl());
|
||||||
html("?=");
|
html("?q=");
|
||||||
html_url_arg(ctx.repo->owner);
|
html_url_arg(ctx.repo->owner);
|
||||||
html("'>");
|
html("'>");
|
||||||
html_txt(ctx.repo->owner);
|
html_txt(ctx.repo->owner);
|
||||||
|
Loading…
Reference in New Issue
Block a user