diff --git a/lib/haml/buffer.rb b/lib/haml/buffer.rb index afcf6e0f..f2ff8a30 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 .