diff --git a/Nomyx-Web.cabal b/Nomyx-Web.cabal
--- a/Nomyx-Web.cabal
+++ b/Nomyx-Web.cabal
@@ -1,5 +1,5 @@
 name: Nomyx-Web
-version: 0.7.5
+version: 0.7.6
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -16,8 +16,8 @@
 extra-source-files: README.md
  
 library
-    build-depends: Nomyx-Language         == 0.7.5,
-                   Nomyx-Core             == 0.7.5,
+    build-depends: Nomyx-Language         == 0.7.6,
+                   Nomyx-Core             == 0.7.6,
                    base                   >= 4.6 && <5,
                    blaze-html             == 0.7.*,
                    blaze-markup           == 0.6.*,
@@ -28,7 +28,7 @@
                    filepath               == 1.3.*,
                    happstack-authenticate == 0.10.15,
                    happstack-server       == 7.3.*,
-                   hscolour               == 1.20.*,
+                   hscolour               == 1.22.*,
                    mtl                    == 2.1.*,
                    old-locale             == 1.0.*,
                    reform                 == 0.2.*,
diff --git a/data/static/nomyx.js b/data/static/nomyx.js
--- a/data/static/nomyx.js
+++ b/data/static/nomyx.js
@@ -41,7 +41,6 @@
 
 }
 
-//function setDivVisibility(gn, divId, divClass) {
 function setDivVisibility(groupName, elementName) {
 
    var idDiv       = elementName + "Div";
@@ -61,8 +60,6 @@
 }
 
 function loadDivVisibility() {
-
-   console.log("loadDivVisibility");
 
    cookies = getCookies("divVis");
 
diff --git a/src/Nomyx/Web/Common.hs b/src/Nomyx/Web/Common.hs
--- a/src/Nomyx/Web/Common.hs
+++ b/src/Nomyx/Web/Common.hs
@@ -216,7 +216,7 @@
 appendAnchor url a = url `append` "#" `append` a
 
 displayCode :: String -> Html
-displayCode s = preEscapedToHtml $ hscolour defaultColourPrefs False s
+displayCode s = preEscapedToHtml $ hscolour defaultColourPrefs False 0 s
 
 getGame :: GameInfo -> Game
 getGame = _game . _loggedGame
