From: Bob Stayton Date: Thu, 14 Aug 2003 21:31:13 +0000 (+0000) Subject: Changed span="all" to span="inherit" when pgwide=1 in X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6fb12d2e89d54108c08b5ee18b36fadf22c2915;p=docbook-dsssl 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. --- 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