From 6735cbac60f2e097aae3a91b1731631a63685996 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Thu, 13 Sep 2007 17:09:49 +0000 Subject: [PATCH] In the table.block template, added a check for the dbfo_keep-together PI, so that a table may break (depending on the PI value) at a page break. This was needed since the outer fo:block that surrounds fo:table has keep-together.within-column="always" by default, which prevents the table from breaking. Closes bug #1740964 (Titled table does not respect dbfo PI). --- xsl/fo/table.xsl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index a741c072e..247fd3f72 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -135,10 +135,19 @@ + + + + + + + + + -- 2.40.0