diff --git a/gulpfile.js b/gulpfile.js
index 8af82fce..666b7675 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -310,7 +310,7 @@ function renamePathForProd() {
function addAnalytics() {
return src(`${config.dir.build}/**/*.html`)
.pipe(inject.before('', '\n'))
- .pipe(inject.before('', '\n'))
+ .pipe(inject.before('', "\n"))
.pipe(dest(config.dir.build))
}