tim 2004/01/23 10:42:52
Modified: src/blocks/woody/java/org/apache/cocoon/woody/transformation
EffectWidgetReplacingPipe.java
Log:
Fix repeater problem so text items can be mixed with the
rows without being misplaced above the rows in the output.
Revision Changes Path
1.6 +2 -2
cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/transformation/EffectWidgetReplacingPipe.java
Index: EffectWidgetReplacingPipe.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/java/org/apache/cocoon/woody/transformation/EffectWidgetReplacingPipe.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- EffectWidgetReplacingPipe.java 23 Jan 2004 13:56:13 -0000 1.5
+++ EffectWidgetReplacingPipe.java 23 Jan 2004 18:42:52 -0000 1.6
@@ -468,7 +468,7 @@
out.bufferFini();
return this;
default:
- out.copy();
+ out.buffer();
return this;
}
}