diff --git a/index.js b/index.js index 66ec9808a..22ce7b09c 100644 --- a/index.js +++ b/index.js @@ -17,7 +17,7 @@ module.exports = { app.import('vendor/propagating.js'); }, contentFor: function(type) { - if (type === 'head') { + if (type === 'body') { return "
"; } },