diff --git a/Assistant/WebApp/Form.hs b/Assistant/WebApp/Form.hs index 3446e4fdee..03fd34615f 100644 --- a/Assistant/WebApp/Form.hs +++ b/Assistant/WebApp/Form.hs @@ -67,8 +67,7 @@ withExpandableNote :: (Monad m, ToWidget (HandlerSite m) w) => Field m v -> (Str withExpandableNote :: Field sub master v -> (String, GWidget sub master ()) -> Field sub master v #endif withExpandableNote field (toggle, note) = withNote field $ [whamlet| - - #{toggle} +#{toggle}
^{note} |]