all repos — cgit @ 98abe5bb9e6297a5dcbae206e00352c8630d922e

a hyperfast web frontend for git written in c

ui-shared: use type='search' for the search box

Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Ville Skyttä ville.skytta@iki.fi
Sat, 14 Oct 2017 22:02:16 +0300
commit

98abe5bb9e6297a5dcbae206e00352c8630d922e

parent

fd069b4ca08cb46eb335a1434330b21fbaf84b9c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M ui-shared.cui-shared.c

@@ -1027,7 +1027,7 @@ html_option("author", "author", ctx.qry.grep);

html_option("committer", "committer", ctx.qry.grep); html_option("range", "range", ctx.qry.grep); html("</select>\n"); - html("<input class='txt' type='text' size='10' name='q' value='"); + html("<input class='txt' type='search' size='10' name='q' value='"); html_attr(ctx.qry.search); html("'/>\n"); html("<input type='submit' value='search'/>\n");

@@ -1042,7 +1042,7 @@ html("</td><td class='form'>");

html("<form method='get' action='"); html_attr(currenturl); html("'>\n"); - html("<input type='text' name='q' size='10' value='"); + html("<input type='search' name='q' size='10' value='"); html_attr(ctx.qry.search); html("'/>\n"); html("<input type='submit' value='search'/>\n");