semi-correction #470
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 9 Jun 2013 17:17:31 +0000 (19:17 +0200)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 9 Jun 2013 17:17:31 +0000 (19:17 +0200)
plugin/multiplex/index.js
plugin/notes-server/index.js

index a278026fd48e6e36723554dde169344ea2d4af04..6f5d8b112ea2bf36db653b0d95cf38a2333fd5aa 100644 (file)
@@ -30,7 +30,7 @@ app.configure(function() {
 });
 
 app.get("/", function(req, res) {
-       res.writeHead(200, {'Content-Type': 'text/html'})
+       res.writeHead(200, {'Content-Type': 'text/html'});
        fs.createReadStream(opts.baseDir + '/index.html').pipe(res);
 });
 
index 8acac525cb11c410646590248c929eaca4391ed1..5535c9046a159c9c73958f2033ceef30e3854dd6 100644 (file)
@@ -30,7 +30,7 @@ app.configure(function() {
 });
 
 app.get("/", function(req, res) {
-       res.writeHead(200, {'Content-Type': 'text/html'})
+       res.writeHead(200, {'Content-Type': 'text/html'});
        fs.createReadStream(opts.baseDir + '/index.html').pipe(res);
 });