Skip to content

Commit

Permalink
💄 Correct indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Dec 6, 2013
1 parent 77e4b7f commit 776b267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class Token
classes += ' indent-guide' if hasIndentGuide
classes += ' invisible-character' if invisibles.tab
value = if invisible.tab then @value.replace(StartCharacterRegex, invisibles.tab) else @value
html = "<span class='#{classes}'>#{@escapeString(value)}</span>"
html = "<span class='#{classes}'>#{@escapeString(value)}</span>"
else
startIndex = 0
endIndex = @value.length
Expand Down

0 comments on commit 776b267

Please sign in to comment.