Changeset 135
- Timestamp:
- 04/06/2007 00:06:02 (20 months ago)
- Files:
-
- 1 modified
-
trunk/ext/hpricot_scan/hpricot_scan.java.rl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/hpricot_scan/hpricot_scan.java.rl
r124 r135 201 201 raw.setTaint(true); 202 202 } 203 block.yield(runtime.getCurrentContext(), ary );203 block.yield(runtime.getCurrentContext(), ary, null, null, true); 204 204 } 205 205
