From b93bf1e2ab52557e6016b64df127135fecac4941 Mon Sep 17 00:00:00 2001 From: rys ostrovid Date: Mon, 27 Mar 2017 01:49:36 +0200 Subject: [PATCH] missing antiquoter variable name was right, but you need to specify that it is a variable. --- Handler/Medium.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/Medium.hs b/Handler/Medium.hs index fb2bcde..30c180c 100755 --- a/Handler/Medium.hs +++ b/Handler/Medium.hs @@ -93,7 +93,7 @@ postMediumR mediumId = do sendMail (userEmail owner) (userSl `T.append` " commented on your medium") [shamlet|

Hello #{userSlug owner} -

#{userSl} commented on your medium {mediumTitle medium}: +

#{userSl} commented on your medium #{mediumTitle medium}:

#{commentContent temp}

To follow the comment thread follow