From d3c0f862edd33bf10941e6a75958f724e15369cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Wed, 11 Oct 2023 23:07:12 +0200 Subject: [PATCH] use type=search for search input --- widgets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets.sh b/widgets.sh index 081d20e..35058cb 100755 --- a/widgets.sh +++ b/widgets.sh @@ -116,7 +116,7 @@ w_search(){ [option value=Date %s Date] [option value=Length %s Length] [option value=Group %s Group] - ][input .search name=s placeholder=Search value="%s"][button .search type=submit Search] + ][input type="search" name=s placeholder=Search value="%s"][button .search type=submit Search] [a #t_avsearch href="#advsearch" Advanced] ]' "$w_coname" "$w_codate" "$w_colength" "$w_cogroup" \ "$(HTML "$SEARCH")" -- 2.39.2