From: Ville Skyttä Date: Sat, 14 Oct 2017 19:02:16 +0000 (+0300) Subject: ui-shared: use type='search' for the search box X-Git-Tag: v1.2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98abe5bb9e6297a5dcbae206e00352c8630d922e;p=cgit ui-shared: use type='search' for the search box Signed-off-by: Ville Skyttä --- 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");