diff --git a/core/frontend/helpers/ghost_head.js b/core/frontend/helpers/ghost_head.js
index 9579f1ab56..52d2d56205 100644
--- a/core/frontend/helpers/ghost_head.js
+++ b/core/frontend/helpers/ghost_head.js
@@ -199,7 +199,7 @@ module.exports = function ghost_head(options) { // eslint-disable-line camelcase
// @TODO do this in a more "frameworky" way
if (cardAssetService.hasFile('js')) {
- head.push(``);
+ head.push(``);
}
if (cardAssetService.hasFile('css')) {
head.push(``);