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 .