]> granicus.if.org Git - docbook-dsssl/commitdiff
Make sure tfoots are bold too
authorNorman Walsh <ndw@nwalsh.com>
Tue, 25 Oct 2005 11:49:18 +0000 (11:49 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 25 Oct 2005 11:49:18 +0000 (11:49 +0000)
xsl/fo/table.xsl

index d7271d47416b2fe68927327b34dd876b26bc3b46..1cb340026a15e6007c574ac17685f57da1a15314 100644 (file)
@@ -785,7 +785,7 @@ to be incomplete. Don't forget to read the source, too :-)</para>
 <!-- Expand this template to add properties to any cell's block -->
 <xsl:template name="table.cell.block.properties">
   <!-- highlight this entry? -->
-  <xsl:if test="ancestor::thead">
+  <xsl:if test="ancestor::thead or ancestor::tfoot">
     <xsl:attribute name="font-weight">bold</xsl:attribute>
   </xsl:if>
 </xsl:template>