diff --git a/src/static/js/ace.js b/src/static/js/ace.js
index 610aa33b1..7022b1c52 100644
--- a/src/static/js/ace.js
+++ b/src/static/js/ace.js
@@ -238,7 +238,10 @@ function Ace2Editor()
     } else {
       file = ACE_SOURCE;
       file = file.replace(/^\.\.\/static\/js\//, '../minified/');
-      buffer.push('\
 \
 ');