]> granicus.if.org Git - docbook-dsssl/commitdiff
table pgwide="1" should also use pgwide.properties attribute-set.
authorBob Stayton <bobs@sagehill.net>
Thu, 17 May 2007 23:19:00 +0000 (23:19 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 17 May 2007 23:19:00 +0000 (23:19 +0000)
xsl/fo/table.xsl

index ba79f81569b7533ca0f6724aef0cd8cb969a40c9..0389be4778bd3a6fca58e48c67a6273bd46ae8e1 100644 (file)
@@ -210,7 +210,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
       </fo:block-container>
     </xsl:when>
     <xsl:when test="@pgwide = 1">
-      <fo:block span="all" start-indent="0pt" end-indent="0pt">
+      <fo:block xsl:use-attribute-sets="pgwide.properties">
         <xsl:copy-of select="$table.block"/>
       </fo:block>
     </xsl:when>