diff --git a/Yesod/Form/Profiles.hs b/Yesod/Form/Profiles.hs index 13dffe35..1dd78255 100644 --- a/Yesod/Form/Profiles.hs +++ b/Yesod/Form/Profiles.hs @@ -216,7 +216,8 @@ searchFieldProfile autoFocus = FieldProfile when autoFocus $ do addHtml $ [HAMLET| |] addCassius [CASSIUS| - #$theId$ -webkit-appearance: textfield; + #$theId$ + -webkit-appearance: textfield |] }