mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Return buffer text rather than tab counts
This commit is contained in:
parent
cfd0f10e41
commit
04634bc3d8
1 changed files with 1 additions and 1 deletions
|
@ -119,8 +119,8 @@ module Haml
|
||||||
text.sub!(tabs, '') if dont_tab_up
|
text.sub!(tabs, '') if dont_tab_up
|
||||||
end
|
end
|
||||||
|
|
||||||
@buffer << text
|
|
||||||
@real_tabs += tab_change
|
@real_tabs += tab_change
|
||||||
|
@buffer << text
|
||||||
end
|
end
|
||||||
|
|
||||||
# Modifies the indentation of the document.
|
# Modifies the indentation of the document.
|
||||||
|
|
Loading…
Add table
Reference in a new issue