diff --git a/src/app/editor.coffee b/src/app/editor.coffee
index 97049878d..fcc9a9409 100644
--- a/src/app/editor.coffee
+++ b/src/app/editor.coffee
@@ -1086,7 +1086,7 @@ class Editor extends View
if fold = screenLine.fold
lineAttributes = { class: 'fold line', 'fold-id': fold.id }
else
- lineAttributes = { class: 'line' }
+ lineAttributes = { class: 'line' }
attributePairs = []
attributePairs.push "#{attributeName}=\"#{value}\"" for attributeName, value of lineAttributes
@@ -1117,7 +1117,7 @@ class Editor extends View
if invisibles.eol
line.push("#{invisibles.eol}")
- # line.push("") if fold
+ line.push("") if fold
line.push('')
line.join('')