This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".

The branch, master has been updated
       via  dfca0908a430932915f424f6a47ba2e5178d98bd (commit)
      from  d267c4f7c44bf339072121864a3ca8183936283e (commit)


Summary of changes:
 templates/docs/tutorials/heist.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dfca0908a430932915f424f6a47ba2e5178d98bd
Author: Mighty Byte <[email protected]>
Date:   Sun Feb 6 22:55:21 2011 +0100

    Made call to nodeText qualified.

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]]
 ~~~~~~~~~~~~~~~
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to