Diffstat (limited to 'ui-repolist.c')
| -rw-r--r-- | ui-repolist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index 7b1fec3..f622a01 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -106,9 +106,7 @@ static int is_in_url(struct cgit_repo *repo) static void print_sort_header(const char *title, const char *sort) { - html("<th class='left'><a href='"); - html_attr(cgit_rooturl()); - htmlf("?s=%s", sort); + htmlf("<th class='left'><a href='%s?s=%s", cgit_rooturl(), sort); if (ctx.qry.search) { html("&q="); html_url_arg(ctx.qry.search); |