Changeset 142

Show
Ignore:
Timestamp:
04/24/2007 13:55:46 (20 months ago)
Author:
olabini
Message:

Fix Block yielding; should yield one value, not four.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ext/hpricot_scan/hpricot_scan.java.rl

    r135 r142  
    201201    raw.setTaint(true); 
    202202  } 
    203   block.yield(runtime.getCurrentContext(), ary, null, null, true); 
     203  block.yield(runtime.getCurrentContext(), ary, null, null, false); 
    204204} 
    205205