From 4dda83907fc1f3ed24cd4e8c8ec8d97dd907c802 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 28 Jul 2015 11:04:30 -0700 Subject: [PATCH] remove a p wrapper from here --- web/src/Within/DBMemorial/Post.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/Within/DBMemorial/Post.hs b/web/src/Within/DBMemorial/Post.hs index 6636f5e..ec11248 100644 --- a/web/src/Within/DBMemorial/Post.hs +++ b/web/src/Within/DBMemorial/Post.hs @@ -33,4 +33,4 @@ render post = H.div ! A.class_ "card-content white-text" $ do H.span ! A.class_ "card-title" $ H.toHtml $ unpack (author post) - H.p $ writeHtml def state + do writeHtml def state