This is *really* the last time I commit this.

git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@135 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2006-11-09 02:27:30 +00:00
parent 0b5c3e3351
commit 5f49b55461
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ module Haml
# Gets <tt>count</tt> tabs. Mostly for internal use.
def tabs(count)
' ' * (count + @tabulation)
(count + @tabulation) * ' '
end
# Iterates through the classes and ids supplied through <tt>.</tt>