From 5f49b55461ec67ee4458485a1be008b177406a62 Mon Sep 17 00:00:00 2001 From: nex3 Date: Thu, 9 Nov 2006 02:27:30 +0000 Subject: [PATCH] This is *really* the last time I commit this. git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@135 7063305b-7217-0410-af8c-cdc13e5119b9 --- 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 f2ff8a30..afcf6e0f 100644 --- a/lib/haml/buffer.rb +++ b/lib/haml/buffer.rb @@ -118,7 +118,7 @@ module Haml # Gets count tabs. Mostly for internal use. def tabs(count) - ' ' * (count + @tabulation) + (count + @tabulation) * ' ' end # Iterates through the classes and ids supplied through .