From 04634bc3d884fa49a92713b73307b3e903c542e7 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 21 Jun 2013 19:38:00 +0900 Subject: [PATCH] Return buffer text rather than tab counts --- lib/haml/buffer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haml/buffer.rb b/lib/haml/buffer.rb index f91a2782..b750cfb2 100644 --- a/lib/haml/buffer.rb +++ b/lib/haml/buffer.rb @@ -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.