From b40ab60d50df598ae1fbb7874a7e343982239985 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 3 Jan 2015 02:09:15 +0100 Subject: [PATCH] 2015. --- routes/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index 1285cf4..5f61833 100644 --- a/routes/index.js +++ b/routes/index.js @@ -11,7 +11,8 @@ module.exports = function(req, res) { config: config }); res.writeHead(200, { - "Content-Length": html.length + "Content-Length": html.length, + "Content-Type": "text/html; charset=utf-8" }); res.end(html); }; \ No newline at end of file