diff options
-rw-r--r-- | src/java/org/apache/fop/fo/flow/TableCell.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/TableCell.java b/src/java/org/apache/fop/fo/flow/TableCell.java index 8195e941a..acab06dad 100644 --- a/src/java/org/apache/fop/fo/flow/TableCell.java +++ b/src/java/org/apache/fop/fo/flow/TableCell.java @@ -168,7 +168,7 @@ public class TableCell extends TableFObj { * @see org.apache.fop.fo.FONode#endOfNode */ protected void endOfNode() throws FOPException { - if (!blockItemFound) { + if (!blockItemFound && getUserAgent().validateStrictly()) { missingChildElementError("marker* (%block;)+"); } if ((startsRow() || endsRow()) |