Merge branch 'master' of github.com:yesodweb/yesod

This commit is contained in:
Michael Snoyman 2013-12-03 12:34:55 +02:00
commit cf0fad20bc

View File

@ -722,7 +722,7 @@ newIdent = do
x <- get
let i' = ghsIdent x + 1
put x { ghsIdent = i' }
return $ T.pack $ 'h' : show i'
return $ T.pack $ "hident" ++ show i'
-- | Redirect to a POST resource.
--