---
templates/docs/tutorials/heist.md | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/templates/docs/tutorials/heist.md
b/templates/docs/tutorials/heist.md
index 13389d6..fe19465 100644
--- a/templates/docs/tutorials/heist.md
+++ b/templates/docs/tutorials/heist.md
@@ -416,7 +416,7 @@ import qualified Text.XmlHtml as X
factSplice :: Splice Snap
factSplice = do
input <- getParamNode
- let text = T.unpack $ nodeText input
+ let text = T.unpack $ X.nodeText input
n = read text :: Int
return [X.TextNode $ T.pack $ show $ product [1..n]]
~~~~~~~~~~~~~~~
--
1.7.4
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap