Really, really, really the last time.

git-svn-id: svn://hamptoncatlin.com/haml/branches/edge@136 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2006-11-09 02:33:45 +00:00
parent 5f49b55461
commit 738534a525
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>