Fix newline invisible symbol

This commit is contained in:
Corey Johnson 2012-10-11 14:29:21 -07:00 committed by Corey Johnson & Nathan Sobo
parent d3c52ae96d
commit 1ffbff7d99

View File

@ -878,7 +878,7 @@ class Editor extends View
line.push(token.escapeValue(@activeEditSession.showInvisibles))
if @activeEditSession.showInvisibles
line.push("<pre class='invisible'>¬</pre>")
line.push("<span class='invisible'>¬</span>")
line.push('</pre>')
line.join('')