Hi I see this did not go through, sending it again.
-------- Original Message -------- Subject: [PATCH] fix validation bug in header urls & should be & Date: Sun, 09 Sep 2012 20:38:20 +0200 From: William Bell <[email protected]> To: [email protected] From 985309a23c38c952828cff03970d93531d91296b Mon Sep 17 00:00:00 2001 From: William Bell <[email protected]> Date: Fri, 7 Sep 2012 00:58:51 +0200 Subject: [PATCH] fix validation bug in header urls & should be & --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-repolist.c b/ui-repolist.c index d946f32..e0d693d 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -100,7 +100,7 @@ void print_sort_header(const char *title, const char *sort) { htmlf("<th class='left'><a href='%s?s=%s", cgit_rooturl(), sort); if (ctx.qry.search) { - html("&q="); + html("&q="); html_url_arg(ctx.qry.search); } htmlf("'>%s</a></th>", title); -- 1.7.9.5 _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
