]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed bug #1891965 (colsep in entytbl not working).
authorMauritz Jeanson <mj@johanneberg.com>
Sun, 17 Feb 2008 19:08:14 +0000 (19:08 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sun, 17 Feb 2008 19:08:14 +0000 (19:08 +0000)
xsl/fo/table.xsl

index 247fd3f72aedcefaaf873c6e7a2591da02ba5ff1..c86d5b4f29d9562ac21ea873348c0e062eb3bec0 100644 (file)
       </xsl:if>
 
       <xsl:if test="$colsep.inherit &gt; 0 and 
-                      $col &lt; ancestor::tgroup/@cols">
+                      $col &lt; (ancestor::tgroup/@cols|ancestor::entrytbl/@cols)[last()]">
         <xsl:call-template name="border">
           <xsl:with-param name="side" select="'right'"/>
         </xsl:call-template>