From 764a5dde0465f599e781a8a803e10131793d023e Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 26 Jun 2011 08:47:24 +0300 Subject: [PATCH] Minor tweak --- Yesod/Form/MassInput.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Yesod/Form/MassInput.hs b/Yesod/Form/MassInput.hs index 11c3696c..3d41bb09 100644 --- a/Yesod/Form/MassInput.hs +++ b/Yesod/Form/MassInput.hs @@ -57,8 +57,7 @@ inputList :: (Monad mo, m ~ GGHandler sub master mo, xml ~ GGWidget master (GGHa inputList label fixXml single mdef = formToAForm $ do theId <- lift newIdent down 1 - --countName <- newFormIdent - let countName = "count" + countName <- newFormIdent addName <- newFormIdent (menv, _, _) <- ask let readInt t =