From c6fb12d2e89d54108c08b5ee18b36fadf22c2915 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 14 Aug 2003 21:31:13 +0000 Subject: [PATCH] Changed span="all" to span="inherit" when pgwide=1 in component.title because span attribute must be on direct child of fo:flow. This eliminates the error message. --- xsl/fo/component.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xsl/fo/component.xsl b/xsl/fo/component.xsl index 67a9903ab..a4170a0f3 100644 --- a/xsl/fo/component.xsl +++ b/xsl/fo/component.xsl @@ -47,7 +47,8 @@ space-before.maximum="{$body.font.master * 1.2}pt" hyphenate="false"> - all + + inherit -- 2.40.0