missing antiquoter
variable name was right, but you need to specify that it is a variable.
This commit is contained in:
parent
8331c83762
commit
b93bf1e2ab
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ postMediumR mediumId = do
|
|||
sendMail (userEmail owner) (userSl `T.append` " commented on your medium")
|
||||
[shamlet|
|
||||
<h1>Hello #{userSlug owner}
|
||||
<p>#{userSl} commented on your medium {mediumTitle medium}:
|
||||
<p>#{userSl} commented on your medium #{mediumTitle medium}:
|
||||
<p>#{commentContent temp}
|
||||
<p>To follow the comment thread follow
|
||||
<a href=#{link}>
|
||||
|
|
Loading…
Reference in a new issue