Return buffer text rather than tab counts

This commit is contained in:
Akira Matsuda 2013-06-21 19:38:00 +09:00
parent cfd0f10e41
commit 04634bc3d8
1 changed files with 1 additions and 1 deletions

View File

@ -119,8 +119,8 @@ module Haml
text.sub!(tabs, '') if dont_tab_up
end
@buffer << text
@real_tabs += tab_change
@buffer << text
end
# Modifies the indentation of the document.