diff --git a/server/template/files/index.html b/server/template/files/index.html
index 05d4e6489..9807a413d 100644
--- a/server/template/files/index.html
+++ b/server/template/files/index.html
@@ -17,7 +17,12 @@
window.USER = {{ json .user }};
{{ end }}
-
+
diff --git a/server/template/files/index_polymer.html b/server/template/files/index_polymer.html
index 7793322e3..a34532c19 100644
--- a/server/template/files/index_polymer.html
+++ b/server/template/files/index_polymer.html
@@ -26,7 +26,12 @@
document.body.appendChild(ssePolyfill);
}
-
+
diff --git a/server/template/template_gen.go b/server/template/template_gen.go
index daef8569e..555a5724f 100644
--- a/server/template/template_gen.go
+++ b/server/template/template_gen.go
@@ -84,7 +84,12 @@ var index = `
window.USER = {{ json .user }};
{{ end }}
-
+
@@ -132,7 +137,12 @@ var indexpolymer = `
document.body.appendChild(ssePolyfill);
}
-
+