From c49996593808d48c45fe773798ff56648fba7abd Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 4 May 2015 11:22:53 +0200 Subject: Use input type search --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index b99b78d..47e71e0 100644 --- a/Main.hs +++ b/Main.hs @@ -226,7 +226,7 @@ protocols db = section_ [id_ "protocols"] $ do div_ [id_ "protosort", class_ "form-inline"] $ do label_ [for_ "filter"] "Filter" " " - input_ [id_ "filter", type_ "text", class_ "form-control"] + input_ [id_ "filter", type_ "search", class_ "form-control"] " " label_ [for_ "sort"] "Sort by" " " -- cgit v1.2.3