From 5523da56866ed6a32272af2f0b4bcf005134dc3d Mon Sep 17 00:00:00 2001 From: rajeeshv Date: Tue, 23 Jul 2013 12:22:25 +0530 Subject: [PATCH] Update index.js There is no spacing between attributes src and type in '); + this.append(''); } return this; } @@ -449,7 +449,7 @@ function script(path, type) { // bound to stylesheets Block in renderFile function stylesheet(path, media) { if (path) { - this.append(''); + this.append(''); } return this; }