From 69d68f9d5397f0da66494a05b74bb37436ce48e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Nov 2013 13:49:11 -0400 Subject: [PATCH] work around OSX mavericks' broken cpp --- Assistant/WebApp/Form.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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} |]