From f1ce312706d7f96f16dd10d60b09af36974b1cf9 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Wed, 20 Jul 2011 20:08:16 +0100 Subject: [PATCH] Fixing error in index.html.jade. Indentation fix in config.json --- node/client/index.html.jade | 2 +- node/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node/client/index.html.jade b/node/client/index.html.jade index 18fd769..ff5713a 100644 --- a/node/client/index.html.jade +++ b/node/client/index.html.jade @@ -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") diff --git a/node/config.json b/node/config.json index c31bf5c..c505a2f 100644 --- a/node/config.json +++ b/node/config.json @@ -7,5 +7,5 @@ "quit_message": "KiwiIRC", "cap_options": [], "handle_http": true, - "public_http": "./../" -} \ No newline at end of file + "public_http": "./../" +} -- 2.25.1