]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix missing fop1.extensions for table-layout="fixed" property.
authorBob Stayton <bobs@sagehill.net>
Wed, 18 Jan 2012 17:51:39 +0000 (17:51 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 18 Jan 2012 17:51:39 +0000 (17:51 +0000)
xsl/fo/htmltbl.xsl

index cfaa28fce37483f2a50505f48313925e1e391141..6fb02c8931d0c7046ce3bab65b3e1f63ad2311c7 100644 (file)
@@ -35,6 +35,7 @@
   <fo:table xsl:use-attribute-sets="table.table.properties">
     <xsl:choose>
       <xsl:when test="$fop.extensions != 0 or
+                      $fop1.extensions != 0 or
                       $passivetex.extensions != 0">
         <xsl:attribute name="table-layout">fixed</xsl:attribute>
       </xsl:when>