Changeset 140

Show
Ignore:
Timestamp:
04/18/2007 12:50:55 (20 months ago)
Author:
why
Message:
  • lib/hpricot/builder.rb: ()
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/hpricot/builder.rb

    r139 r140  
    191191      if block or args.any? 
    192192        args.push(@attrs) 
    193         return @builder.tag! @sym, *args, &block 
     193        return @builder.tag!(@sym, *args, &block) 
    194194      end 
    195195