From mboxrd@z Thu Jan 1 00:00:00 1970 From: ville.skytta at iki.fi (=?UTF-8?q?Ville=20Skytt=C3=A4?=) Date: Sat, 14 Oct 2017 22:02:16 +0300 Subject: [PATCH] Use type='search' for the search box Message-ID: <20171014190216.4266-1-ville.skytta@iki.fi> Signed-off-by: Ville Skytt? --- ui-shared.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-shared.c b/ui-shared.c index 07c78a5..9d8f66b 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1027,7 +1027,7 @@ void cgit_print_pageheader(void) html_option("committer", "committer", ctx.qry.grep); html_option("range", "range", ctx.qry.grep); html("\n"); - html("\n"); html("\n"); @@ -1042,7 +1042,7 @@ void cgit_print_pageheader(void) html("
\n"); - html("\n"); html("\n"); -- 2.14.1