diff --git a/happs-tutorial.cabal b/happs-tutorial.cabal
--- a/happs-tutorial.cabal
+++ b/happs-tutorial.cabal
@@ -1,5 +1,5 @@
 Name:                happs-tutorial
-Version:             0.4.2
+Version:             0.4.3
 Synopsis:            A HAppS Tutorial that is is own demo
 Description:         A nice way to learn how to build web sites with HAppS
 
@@ -113,7 +113,7 @@
         ViewStuff
     Build-Depends:   base >= 3, HStringTemplate, mtl, bytestring,
                      HAppS-Server, HAppS-Data, HAppS-State,
-                     containers, pretty, pureMD5, directory, filepath, hscolour == 1.9, HTTP
+                     containers, pretty, pureMD5, directory, filepath, hscolour, HTTP
 
 
 
diff --git a/src/Controller.hs b/src/Controller.hs
--- a/src/Controller.hs
+++ b/src/Controller.hs
@@ -153,7 +153,7 @@
       file <- liftIO $ readFile path
       prefs <- liftIO $ readColourPrefs
       let color :: String
-          color = HTML.hscolour prefs False False file
+          color = HTML.hscolour prefs False False file file
       return . toResponse . HtmlString $ color
 
     -- Detects if a request ends in a .hs.
