Fixing error in index.html.jade. Indentation fix in config.json
authorJack Allnutt <m2ys4u@Gmail.com>
Wed, 20 Jul 2011 19:08:16 +0000 (20:08 +0100)
committerJack Allnutt <m2ys4u@Gmail.com>
Wed, 20 Jul 2011 19:08:16 +0000 (20:08 +0100)
node/client/index.html.jade
node/config.json

index 18fd769ca191089ae55fd48c7d9643fa3b4318de..ff5713ae1d75b298ca694b45d6055d7bd0c3bf6c 100644 (file)
@@ -1,5 +1,5 @@
 !!! 5
-html(xmlns="http://www.w3.org/1999/xhtml" lang="en-gb")
+html(xmlns="http://www.w3.org/1999/xhtml", lang="en-gb")
     head
 
         meta(http-equiv="Content-Type", content="text/html; charset=utf-8")
index c31bf5cff72c86a94c4a1e35629e7b477c8427ad..c505a2f9df3a38b85e43b09ed8b92eb665ef6457 100644 (file)
@@ -7,5 +7,5 @@
     "quit_message":     "KiwiIRC",
     "cap_options":      [],
     "handle_http":      true,
-    "public_http":     "./../"
-}
\ No newline at end of file
+    "public_http":         "./../"
+}